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