summaryrefslogtreecommitdiff
path: root/libre/iceape-libre/iceape.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-11 03:08:16 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-11 03:08:16 -0300
commit273e89fb3bf4b72a79e9ea718db793a237eec962 (patch)
treea227d4101f557f12a179643578d6994976b5a8d8 /libre/iceape-libre/iceape.install
parent597d9843a20e95d2ff30c1553b92ea441f90d3de (diff)
iceape-libre: A libre version of Debian Iceape, the internet suite based on Mozilla Seamonkey.
Diffstat (limited to 'libre/iceape-libre/iceape.install')
-rw-r--r--libre/iceape-libre/iceape.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/iceape-libre/iceape.install b/libre/iceape-libre/iceape.install
new file mode 100644
index 000000000..709ad81f2
--- /dev/null
+++ b/libre/iceape-libre/iceape.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}