summarylogtreecommitdiffstats
path: root/caffeine-ng.install
blob: cfa29a3e485f7a607ef2c6ee58fe2f14c6f5ee03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    gtk-update-icon-cache -qtf usr/share/icons/hicolor
    update-desktop-database -q
    glib-compile-schemas usr/share/glib-2.0/schemas
}

post_upgrade() {
    post_install
}

post_remove() {
    post_install
}