summarylogtreecommitdiffstats
path: root/kupfer-adds-git.install
diff options
context:
space:
mode:
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