summarylogtreecommitdiffstats
path: root/nuntius.install
diff options
context:
space:
mode:
Diffstat (limited to 'nuntius.install')
-rw-r--r--nuntius.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/nuntius.install b/nuntius.install
new file mode 100644
index 000000000000..3d7190d48cf2
--- /dev/null
+++ b/nuntius.install
@@ -0,0 +1,20 @@
+#! /bin/sh
+
+post_install () {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ update-desktop-database -q
+}
+
+pre_upgrade() {
+ if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
+ gconfpkg --uninstall gedit
+ fi
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}