summarylogtreecommitdiffstats
path: root/syncmaildir.install
diff options
context:
space:
mode:
authorThomas Jost2014-04-14 13:08:09 +0200
committerThomas Jost2014-04-14 13:08:09 +0200
commite5b106e75afc812137ee8720a54506c4a89c8a56 (patch)
tree8155cb721ab69c9541bf47bf00b8f404836730cf /syncmaildir.install
parentee330ef6dcf3fc18ed31b64a44585a859ab3d956 (diff)
downloadaur-e5b106e75afc812137ee8720a54506c4a89c8a56.tar.gz
Version bump
Diffstat (limited to 'syncmaildir.install')
-rw-r--r--syncmaildir.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/syncmaildir.install b/syncmaildir.install
new file mode 100644
index 000000000000..c64e9d5e2e1c
--- /dev/null
+++ b/syncmaildir.install
@@ -0,0 +1,18 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ update-desktop-database -q
+}
+
+pre_upgrade() {
+ if [ -f /usr/share/gconf/schemas/smd-applet.schemas ]; then
+ gconfpkg --uninstall smd-applet
+ fi
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}