summarylogtreecommitdiffstats
path: root/gmdb2.install
diff options
context:
space:
mode:
Diffstat (limited to 'gmdb2.install')
-rw-r--r--gmdb2.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/gmdb2.install b/gmdb2.install
deleted file mode 100644
index c0b6bc1fd5ff..000000000000
--- a/gmdb2.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et: