summarylogtreecommitdiffstats
path: root/qtpass.install
diff options
context:
space:
mode:
Diffstat (limited to 'qtpass.install')
-rw-r--r--qtpass.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/qtpass.install b/qtpass.install
new file mode 100644
index 000000000000..a46c246ec773
--- /dev/null
+++ b/qtpass.install
@@ -0,0 +1,14 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+