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 Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git]
/
nm-applet-git
/
nm-applet-git.install
blob
7ea66d06e9b33541f03104d5abc9d463fb2edc45
1
pkgname=nm-applet-git
2
3
post_install() {
4
usr/sbin/gconfpkg --install ${pkgname}
5
gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
6
}
7
8
post_upgrade() {
9
post_install $1
10
}
11
12
pre_remove() {
13
usr/sbin/gconfpkg --uninstall ${pkgname}
14
}
15
16
post_remove() {
17
gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
18
}