summaryrefslogtreecommitdiff
path: root/~lukeshu/iceweasel-libre-current/iceweasel.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-25 15:31:54 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-25 15:31:54 -0500
commit9016fc139f2f81420ca15e20332e9b6e5e5e6a80 (patch)
tree0276dc59f869067926a48896d6bf8b2698d94c6c /~lukeshu/iceweasel-libre-current/iceweasel.install
parentc1a8a48c19af10651f6253b476ff3c72d50ce895 (diff)
import ~iceweasel-libre-current (from ConnochaetOS)
Diffstat (limited to '~lukeshu/iceweasel-libre-current/iceweasel.install')
-rw-r--r--~lukeshu/iceweasel-libre-current/iceweasel.install21
1 files changed, 21 insertions, 0 deletions
diff --git a/~lukeshu/iceweasel-libre-current/iceweasel.install b/~lukeshu/iceweasel-libre-current/iceweasel.install
new file mode 100644
index 000000000..376600ec2
--- /dev/null
+++ b/~lukeshu/iceweasel-libre-current/iceweasel.install
@@ -0,0 +1,21 @@
+#[ "${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 $*