summarylogtreecommitdiffstats
path: root/fifth.install
diff options
context:
space:
mode:
authorSteffen Weber2015-06-08 23:35:06 +0200
committerSteffen Weber2015-06-08 23:35:06 +0200
commit2232512456c56569a0eaf1a1a4277b9a9924b9d2 (patch)
tree184a860caf0e4b66a528051f04c2e41a3df3b995 /fifth.install
downloadaur-2232512456c56569a0eaf1a1a4277b9a9924b9d2.tar.gz
Initial import
Diffstat (limited to 'fifth.install')
-rw-r--r--fifth.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/fifth.install b/fifth.install
new file mode 100644
index 000000000000..7cb5de249aaa
--- /dev/null
+++ b/fifth.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime > /dev/null
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+} \ No newline at end of file