repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
libmateweather
/
libmateweather.install
blob
2ce4d50ab6d6106648fe1aaec14f246f1c13f138
1
pkgname=libmateweather
2
3
post_install() {
4
usr/sbin/mateconfpkg --install ${pkgname}
5
}
6
7
pre_upgrade() {
8
pre_remove $1
9
}
10
11
post_upgrade() {
12
post_install $1
13
}
14
15
pre_remove() {
16
if [ -f usr/share/mateconf/${pkgname}.schemas ]; then
17
usr/sbin/mateconfpkg --uninstall ${pkgname}
18
fi
19
}