summarylogtreecommitdiffstats
path: root/carla.install
diff options
context:
space:
mode:
Diffstat (limited to 'carla.install')
-rw-r--r--carla.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/carla.install b/carla.install
new file mode 100644
index 000000000000..e9996066533f
--- /dev/null
+++ b/carla.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+ update-mime-database use/share/mime
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}