summarylogtreecommitdiffstats
path: root/bzr-explorer.install
diff options
context:
space:
mode:
Diffstat (limited to 'bzr-explorer.install')
-rw-r--r--bzr-explorer.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/bzr-explorer.install b/bzr-explorer.install
new file mode 100644
index 000000000000..75e2b7b5579e
--- /dev/null
+++ b/bzr-explorer.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}