updated on Tue Jan 17 20:03:13 UTC 2012
[aur-mirror.git] / kag / kag.install
blob1b90bd8a036764848e2cad59e40cd17801589882
1 post_install() {
2   echo "Updating icon and desktop caches..."
3   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
4   update-desktop-database -q
5   echo "done."
8 post_upgrade() {
9   post_install
12 pre_remove() {
13   post_install