summarylogtreecommitdiffstats
path: root/syncmaildir.install
diff options
context:
space:
mode:
authorThomas Jost2019-03-15 15:18:28 +0100
committerThomas Jost2019-03-15 15:18:28 +0100
commit5ac8cb6c43fd7fba99dad7c82af0638f3466a470 (patch)
tree18ec133e979763c1afc1fcec02a812309e514d30 /syncmaildir.install
parent5be8dff717013140176212ada35adbca94bf837a (diff)
downloadaur-syncmaildir.tar.gz
Bumped to 1.3.0
Diffstat (limited to 'syncmaildir.install')
-rw-r--r--syncmaildir.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/syncmaildir.install b/syncmaildir.install
deleted file mode 100644
index c64e9d5e2e1c..000000000000
--- a/syncmaildir.install
+++ /dev/null
@@ -1,18 +0,0 @@
-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
-}