summarylogtreecommitdiffstats
path: root/safesign.install
diff options
context:
space:
mode:
Diffstat (limited to 'safesign.install')
-rw-r--r--safesign.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/safesign.install b/safesign.install
new file mode 100644
index 000000000000..ef58d3cd0425
--- /dev/null
+++ b/safesign.install
@@ -0,0 +1,16 @@
+# arg 1: the new package version
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor
+ update-mime-database /usr/share/mime &>/dev/null
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ post_install
+}
+
+# arg 1: the old package version
+post_remove() {
+ post_install
+}