summaryrefslogtreecommitdiff
path: root/extra/djvulibre/install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/djvulibre/install')
-rw-r--r--extra/djvulibre/install13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/djvulibre/install b/extra/djvulibre/install
new file mode 100644
index 000000000..c25173d65
--- /dev/null
+++ b/extra/djvulibre/install
@@ -0,0 +1,13 @@
+post_install() {
+ if [[ -x usr/bin/gtk-update-icon-cache ]]; then
+ gtk-update-icon-cache -q -f usr/share/icons/hicolor
+ fi
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}