summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorMartin Doege2015-06-09 11:41:38 +0200
committerMartin Doege2015-06-09 11:41:38 +0200
commit00465cd333459fded56d8a5a1560d331dbb0478f (patch)
tree7a18e14e43f45e72ae7d7e28d3562939dfe969d8 /install
downloadaur-00465cd333459fded56d8a5a1560d331dbb0478f.tar.gz
Initial import
Diffstat (limited to 'install')
-rw-r--r--install13
1 files changed, 13 insertions, 0 deletions
diff --git a/install b/install
new file mode 100644
index 000000000000..62b95fd68610
--- /dev/null
+++ b/install
@@ -0,0 +1,13 @@
+post_install() {
+ type update-desktop-database &>/dev/null && update-desktop-database -q
+ type gtk-update-icon-cache &>/dev/null && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ true
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}