summarylogtreecommitdiffstats
path: root/purr-data.install
diff options
context:
space:
mode:
authorAlbert Graef2016-06-22 20:26:11 +0200
committerAlbert Graef2016-06-22 20:26:11 +0200
commit7306c79c6d2c0ee8e7c21c55e560ce5c9d16eabf (patch)
tree3c468d7830b15dfa701b3acce68666c9c12ca50b /purr-data.install
downloadaur-7306c79c6d2c0ee8e7c21c55e560ce5c9d16eabf.tar.gz
Initial import.
Diffstat (limited to 'purr-data.install')
-rw-r--r--purr-data.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/purr-data.install b/purr-data.install
new file mode 100644
index 000000000000..242aed92ab3d
--- /dev/null
+++ b/purr-data.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+ update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}