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 Sun Jan 22 20:01:29 UTC 2012
[aur-mirror.git]
/
gnome-system-monitor-old
/
gnome-system-monitor.install
blob
24c17d8f0135f3bda7a64b76623841d5e78b1d45
1
pkgname_=gnome-system-monitor
2
3
post_install() {
4
glib-compile-schemas usr/share/glib-2.0/schemas
5
}
6
7
pre_upgrade() {
8
if [ -f usr/share/gconf/schemas/${pkgname_}.schemas ]; then
9
usr/sbin/gconfpkg --uninstall ${pkgname_}
10
fi
11
}
12
13
post_upgrade() {
14
post_install $1
15
}
16
17
post_remove() {
18
post_install $1
19
}