summarylogtreecommitdiffstats
path: root/qpass.install
diff options
context:
space:
mode:
Diffstat (limited to 'qpass.install')
-rw-r--r--qpass.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/qpass.install b/qpass.install
new file mode 100644
index 000000000000..40413e10882e
--- /dev/null
+++ b/qpass.install
@@ -0,0 +1,11 @@
+## arg 1: the new package version
+post_install() {
+ gtk-update-icon-cache -q /usr/share/icons/hicolor
+}
+
+## arg 1: the old package version
+post_remove() {
+ gtk-update-icon-cache -q /usr/share/icons/hicolor
+}
+
+# vim:set ts=2 sw=2 et: