updated on Mon Jan 9 04:00:41 UTC 2012
[aur-mirror.git] / geoclue-git / geoclue.install
blob446f0f79801845ed438d3c6f83507fb218a5a5a6
1 # arg 1:  the new package version
2 post_install() {
3   glib-compile-schemas usr/share/glib-2.0/schemas
6 # arg 1:  the new package version
7 # arg 2:  the old package version
8 post_upgrade() {
9   post_install "$1"
12 # arg 1:  the old package version
13 post_remove() {
14   post_install "$1"