summarylogtreecommitdiffstats
path: root/meld.install
diff options
context:
space:
mode:
Diffstat (limited to 'meld.install')
-rw-r--r--meld.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/meld.install b/meld.install
deleted file mode 100644
index b8c811c1f859..000000000000
--- a/meld.install
+++ /dev/null
@@ -1,14 +0,0 @@
-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