* deleting debian/files file from repository
[mdictionary] / debian / whitestork.prerm
1 #!/bin/sh
2
3 echo -e "Preremoving actions..."
4
5 #su $USER -c 'rm -rf /usr/share/WhiteStork'
6
7 if [ "$1" != "upgrade" ]
8 then
9         echo -e -n "Removing gconf configuration..\n"
10         su $USER -c 'gconftool-2 --recursive-unset /apps/maemo/WhiteStork/Dictionaries'
11         su $USER -c 'gconftool-2 --recursive-unset /apps/maemo/WhiteStork/Engines'
12 fi
13
14 # End automatically added section