summarylogtreecommitdiffstats
path: root/purr-data.install
diff options
context:
space:
mode:
authorAlbert Graef2016-06-27 19:25:56 +0200
committerAlbert Graef2016-06-27 19:25:56 +0200
commit61786b9d3badcce6ed547d442e3b6728fda18ac6 (patch)
tree89772b16f4b335f8254462e67a4a75a6f5f27d13 /purr-data.install
downloadaur-61786b9d3badcce6ed547d442e3b6728fda18ac6.tar.gz
Initial upload.
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
+}