summaryrefslogtreecommitdiff
path: root/distro/archlinux/libmateweather.install
blob: 2ce4d50ab6d6106648fe1aaec14f246f1c13f138 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgname=libmateweather

post_install() {
	usr/sbin/mateconfpkg --install ${pkgname}
}

pre_upgrade() {
	pre_remove $1
}

post_upgrade() {
	post_install $1
}

pre_remove() {
	if [ -f usr/share/mateconf/${pkgname}.schemas ]; then
		usr/sbin/mateconfpkg --uninstall ${pkgname}
	fi
}