summarylogtreecommitdiffstats
path: root/gcdemu.install
diff options
context:
space:
mode:
Diffstat (limited to 'gcdemu.install')
-rw-r--r--gcdemu.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcdemu.install b/gcdemu.install
deleted file mode 100644
index 7049be12cc61..000000000000
--- a/gcdemu.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
- update-desktop-database -q
-}
-
-post_upgrade() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
- update-desktop-database -q
-}
-
-post_remove() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
- update-desktop-database -q
-}