PKGBUILDs/aur/pithos-git/pithos-git.install

14 lines
240 B
Text
Raw Normal View History

2012-07-18 16:18:46 +00:00
post_install() {
update-desktop-database -q
2015-10-26 03:46:12 +00:00
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
glib-compile-schemas usr/share/glib-2.0/schemas
2012-07-18 16:18:46 +00:00
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}