summarylogtreecommitdiffstats
path: root/ayatana-webmail.install
blob: 149fcd81e75bd543d7df193d181c33be6f32d974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install()
{
    gtk-update-icon-cache -q -f usr/share/icons/hicolor
    update-desktop-database -q
    glib-compile-schemas usr/share/glib-2.0/schemas
}

post_upgrade()
{
    post_install
}

post_remove()
{
    gtk-update-icon-cache -q -f usr/share/icons/hicolor
    update-desktop-database -q
    glib-compile-schemas usr/share/glib-2.0/schemas
}