View Single Post
djdas's Avatar
Posts: 77 | Thanked: 49 times | Joined on Apr 2010 @ Italy
#5
Code:
dpkg -l |grep "^i" | cut -d' ' -f 3 | xargs dpkg -L | grep "/etc/event\.d/"
Should show the list of installed event.d files so you could compare yours with t3hwx9's
Bye