summarylogtreecommitdiffstats
path: root/qpass.install
blob: 40413e10882e69255326f3964ffddef96d7fd994 (plain)
1
2
3
4
5
6
7
8
9
10
11
## arg 1:  the new package version
post_install() {
   gtk-update-icon-cache -q /usr/share/icons/hicolor
}

## arg 1:  the old package version
post_remove() {
    gtk-update-icon-cache -q /usr/share/icons/hicolor
}

# vim:set ts=2 sw=2 et: