summarylogtreecommitdiffstats
path: root/safesign.install
diff options
context:
space:
mode:
authorDenis A. AltoƩ Falqueto2015-06-29 17:38:03 -0300
committerDenis A. AltoƩ Falqueto2015-06-29 17:38:03 -0300
commit883d349701732a1905d5ffb8c53c3dde26476c1a (patch)
tree0b4bad31d6b17bcc746deb6474aecb0cbd915e10 /safesign.install
downloadaur-883d349701732a1905d5ffb8c53c3dde26476c1a.tar.gz
Initial import
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
+}