summarylogtreecommitdiffstats
path: root/hiri.install
diff options
context:
space:
mode:
authorJulian Jacques Maurer2016-10-26 16:34:47 +0200
committerJulian Jacques Maurer2016-10-26 16:34:47 +0200
commit75c2d1c014832fab4477c75814aad36c8d3f6be6 (patch)
treea20147a12642828edd4ed84d0d09a690b89d9ad4 /hiri.install
downloadaur-75c2d1c014832fab4477c75814aad36c8d3f6be6.tar.gz
Initial commit for the Hiri package
Diffstat (limited to 'hiri.install')
-rw-r--r--hiri.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/hiri.install b/hiri.install
new file mode 100644
index 000000000000..3ed3b8f6ed24
--- /dev/null
+++ b/hiri.install
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor
+ update-desktop-database -q
+ update-mime-database usr/share/mime > /dev/null 2>&1
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}