summarylogtreecommitdiffstats
path: root/nuntius.install
diff options
context:
space:
mode:
authorAdrian Perez de Castro2015-03-06 18:07:28 +0100
committerAdrian Perez de Castro2015-06-13 18:16:54 +0200
commite78c31fa21bcef00305f7b9251b08c3e27464977 (patch)
treef399b86cc7c605f0a02236e029afb0d61a3f5ec1 /nuntius.install
downloadaur-e78c31fa21bcef00305f7b9251b08c3e27464977.tar.gz
nuntius-git: Added
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
+}