summarylogtreecommitdiffstats
path: root/keeweb-desktop.install
diff options
context:
space:
mode:
Diffstat (limited to 'keeweb-desktop.install')
-rw-r--r--keeweb-desktop.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/keeweb-desktop.install b/keeweb-desktop.install
new file mode 100644
index 000000000000..1d3667795f2a
--- /dev/null
+++ b/keeweb-desktop.install
@@ -0,0 +1,7 @@
+post_install() {
+ [ -e '/bin/gtk-update-icon-cache' ] && gtk-update-icon-cache /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}