summaryrefslogtreecommitdiff
path: root/community-testing/djview4/install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/djview4/install')
-rw-r--r--community-testing/djview4/install13
1 files changed, 13 insertions, 0 deletions
diff --git a/community-testing/djview4/install b/community-testing/djview4/install
new file mode 100644
index 000000000..f2bd04ceb
--- /dev/null
+++ b/community-testing/djview4/install
@@ -0,0 +1,13 @@
+post_install() {
+ if type xdg-icon-resource &>/dev/null; then
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ fi
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}