View Single Post
Posts: 986 | Thanked: 1,526 times | Joined on Jul 2010
#132
also the postrm is wrong, swaps the -u and -s. use the below:
#!/bin/sh

set +e
if [ "$1" == "purge" ]; then
aegis-exec -s -u user rm -rf /home/user/.mozilla/mozembed
aegis-exec -s -u user rm -rf /home/user/.mozilla/Databases
fi
__________________
~ teleshoes ~
 

The Following User Says Thank You to wolke For This Useful Post: