summaryrefslogtreecommitdiff
path: root/mozilla-testing/iceweasel/iceweasel.install
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-01-03 12:07:28 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-01-03 12:07:28 -0300
commit41f96635759489132086f9c599af6b6b8af20db2 (patch)
treed2e5bb1996af265637ddab938b5a79d9af004c56 /mozilla-testing/iceweasel/iceweasel.install
parentdf7d8525f2e848a9a6b1f317c1426982b464adea (diff)
parent6f87594cae18e4ec676280e40b38984ea3bc39e6 (diff)
Merge branch 'master' of ssh://gparabola/abslibre
Diffstat (limited to 'mozilla-testing/iceweasel/iceweasel.install')
-rw-r--r--mozilla-testing/iceweasel/iceweasel.install21
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 $*