summaryrefslogtreecommitdiff
path: root/libre/seamonkey-libre/seamonkey.install
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-12 22:42:22 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-12 22:42:22 +0100
commit811e6165dc55e497bf39ac2e7d2e66b01018a016 (patch)
tree682a04b9f8ca2397d386334130a24849dcd7b947 /libre/seamonkey-libre/seamonkey.install
parent3d0f5590897ab1d8d66572ad1787162ee7d537e7 (diff)
downloadabslibre-811e6165dc55e497bf39ac2e7d2e66b01018a016.tar.gz
abslibre-811e6165dc55e497bf39ac2e7d2e66b01018a016.tar.bz2
abslibre-811e6165dc55e497bf39ac2e7d2e66b01018a016.zip
Update seamonkey-libre.
Diffstat (limited to 'libre/seamonkey-libre/seamonkey.install')
-rw-r--r--libre/seamonkey-libre/seamonkey.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/seamonkey-libre/seamonkey.install b/libre/seamonkey-libre/seamonkey.install
new file mode 100644
index 000000000..709ad81f2
--- /dev/null
+++ b/libre/seamonkey-libre/seamonkey.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
+}