updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / icecat / icecat.install
blob67cbff5f3bcbcf6e8e7c3a7272892e9eb1d23f6d
1 #[ "${ICECATDIR}" = "" ] && ICECATDIR="/usr/lib/icecat"
2 post_install () {
3         echo -e " >>> Please, source /etc/profile or logout and re-login to your desktop session"
4         update-desktop-database -q
7 # arg 1:  the new package version
8 # arg 2:  the old package version
9 post_upgrade() {
10         echo -e " >>> If you installed some locale in the past or some stuff in libdir, please remove old /usr/lib/icecat-7.* directories"
11     echo -e " >>> Maybe IceCat bricks your old profile, try to create a new one and report it to AUR:  mv ~/.gnuzilla ~/.gnuzilla.old"
12     update-desktop-database -q
15 post_remove() {
16         update-desktop-database -q
19 #op=$1
20 #shift
22 #$op $*