updated on Wed Jan 11 16:09:51 UTC 2012
[aur-mirror.git] / baobab / baobab.install
bloba532a937d9e3ff9cec96e0f5363ecf562b372330
1 post_install() {
2   usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
3   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
4   update-desktop-database -q
7 post_upgrade() {
8   post_install
11 post_remove() {
12   post_install
15 # vim:set ts=2 sw=2 et: