summarylogtreecommitdiffstats
path: root/kupfer-adds-git.install
diff options
context:
space:
mode:
authorSanskritFritz2015-06-14 00:40:05 +0200
committerSanskritFritz2015-06-14 00:40:05 +0200
commit9dec809ffc7b04de6b60c9c2e895ec9a6583a2c1 (patch)
tree0c785730460e63eef59e1f3b7bc7eefc09af26c5 /kupfer-adds-git.install
downloadaur-9dec809ffc7b04de6b60c9c2e895ec9a6583a2c1.tar.gz
Initial import
Diffstat (limited to 'kupfer-adds-git.install')
-rw-r--r--kupfer-adds-git.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/kupfer-adds-git.install b/kupfer-adds-git.install
new file mode 100644
index 000000000000..d236f548643b
--- /dev/null
+++ b/kupfer-adds-git.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-mime-database /usr/share/mime
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+} \ No newline at end of file