summarylogtreecommitdiffstats
path: root/meld.install
diff options
context:
space:
mode:
Diffstat (limited to 'meld.install')
-rw-r--r--meld.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/meld.install b/meld.install
new file mode 100644
index 000000000000..b8c811c1f859
--- /dev/null
+++ b/meld.install
@@ -0,0 +1,14 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ update-mime-database /usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+} \ No newline at end of file