Thread
:
QmlMozBrowser for Harmattan. v0.1.6.4
View Single Post
wolke
2013-04-17 , 19:53
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 ~
Quote & Reply
|
The Following User Says Thank You to wolke For This Useful Post:
praveenchand
wolke
View Public Profile
Send a private message to wolke
Find all posts by wolke