updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / libmateweather / libmateweather.install
blob2ce4d50ab6d6106648fe1aaec14f246f1c13f138
1 pkgname=libmateweather
3 post_install() {
4         usr/sbin/mateconfpkg --install ${pkgname}
7 pre_upgrade() {
8         pre_remove $1
11 post_upgrade() {
12         post_install $1
15 pre_remove() {
16         if [ -f usr/share/mateconf/${pkgname}.schemas ]; then
17                 usr/sbin/mateconfpkg --uninstall ${pkgname}
18         fi