updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / sharescanner-git / sharescanner.install
blob7571fb9d0913b99524c439ddd14db3d3924c720f
2     # arg 1:  the new package version
3     post_install() {
4        glib-compile-schemas /usr/share/glib-2.0/schemas/
5     }
7      
8     ## arg 1:  the new package version
9     ## arg 2:  the old package version
10     post_upgrade() {
11        glib-compile-schemas /usr/share/glib-2.0/schemas/
12     }
13      
15      
16     # arg 1:  the old package version
17     post_remove() {
18        glib-compile-schemas /usr/share/glib-2.0/schemas/
19     }