summarylogtreecommitdiffstats
path: root/bournal.install
diff options
context:
space:
mode:
Diffstat (limited to 'bournal.install')
-rw-r--r--bournal.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/bournal.install b/bournal.install
new file mode 100644
index 000000000000..46edb8f41c13
--- /dev/null
+++ b/bournal.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
+ [ -x `which update-desktop-database` ] && update-desktop-database -q
+ /bin/true
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
+ [ -x `which update-desktop-database` ] && update-desktop-database -q
+ /bin/true
+}