diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-30 03:35:44 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-30 03:35:44 -0500 |
commit | feb321bb10e2073a279fdf781f106f1475a05f03 (patch) | |
tree | 5be827cf1e1a3a6a224d27386d61fc4000b50af6 /mozilla-testing/iceweasel-libre/iceweasel.install | |
parent | 0fa76acd2cfbd10330a48eaf9d2a7cd0ecba3be3 (diff) | |
download | abslibre-feb321bb10e2073a279fdf781f106f1475a05f03.tar.gz abslibre-feb321bb10e2073a279fdf781f106f1475a05f03.tar.bz2 abslibre-feb321bb10e2073a279fdf781f106f1475a05f03.zip |
Rename iceweasel to iceweasel-libre
Diffstat (limited to 'mozilla-testing/iceweasel-libre/iceweasel.install')
-rw-r--r-- | mozilla-testing/iceweasel-libre/iceweasel.install | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mozilla-testing/iceweasel-libre/iceweasel.install b/mozilla-testing/iceweasel-libre/iceweasel.install new file mode 100644 index 000000000..376600ec2 --- /dev/null +++ b/mozilla-testing/iceweasel-libre/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 $* |