summarylogtreecommitdiffstats
path: root/syncmaildir.install
blob: c64e9d5e2e1c22ffc80f5d1a6fc2c33e4c24b68f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}