diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-31 23:02:11 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-31 23:02:11 +0100 |
commit | 007fa4a3de674cd44c9b4609d8567facc307de51 (patch) | |
tree | cc49e877b073844ef40c26218eb10ad326a154a5 /mozilla-testing/iceweasel/iceweasel.install | |
parent | 6fe37f4d0d58fef7e918c59a8c22a2d7169db64d (diff) | |
parent | c7939f2babc29899c41dfbad83b967b8f832ee85 (diff) | |
download | abslibre-007fa4a3de674cd44c9b4609d8567facc307de51.tar.gz abslibre-007fa4a3de674cd44c9b4609d8567facc307de51.tar.bz2 abslibre-007fa4a3de674cd44c9b4609d8567facc307de51.zip |
Merge branch 'master' of git+ssh://parabola-git/abslibre
Diffstat (limited to 'mozilla-testing/iceweasel/iceweasel.install')
-rw-r--r-- | mozilla-testing/iceweasel/iceweasel.install | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mozilla-testing/iceweasel/iceweasel.install b/mozilla-testing/iceweasel/iceweasel.install deleted file mode 100644 index 376600ec2..000000000 --- a/mozilla-testing/iceweasel/iceweasel.install +++ /dev/null @@ -1,21 +0,0 @@ -#[ "${ICDIR}" = "" ] && ICECATDIR="/usr/lib/icecat" -post_install () { - echo -e "\n >>> Please, source /etc/profile or logout and re-login to your desktop session" - echo -e " >>> If you installed some locale in the past or some stuff in libdir, please remove old /usr/lib/iceweasel* directories" - update-desktop-database -q -} - -# arg 1: the new package version -# arg 2: the old package version -post_upgrade() { - post_install $1 -} - -post_remove() { - update-desktop-database -q -} - -#op=$1 -#shift - -#$op $* |