summarylogtreecommitdiffstats
path: root/dispass.install
diff options
context:
space:
mode:
Diffstat (limited to 'dispass.install')
-rw-r--r--dispass.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/dispass.install b/dispass.install
new file mode 100644
index 000000000000..3791b9990e80
--- /dev/null
+++ b/dispass.install
@@ -0,0 +1,13 @@
+post_install() {
+ if [ -x usr/bin/xdg-icon-resource ]; then
+ xdg-icon-resource forceupdate --theme hicolor > /dev/null 2>&1
+ fi
+}
+
+post_upgrade() {
+ post_install "$1"
+}
+
+post_remove() {
+ post_install "$1"
+}