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 14 12:12:45 UTC 2012
[aur-mirror.git]
/
bisho-git
/
bisho.install
blob
3717f1d09a1425963a8403d240e7dfc21bd4adbd
1
pkgname=bisho
2
3
post_install() {
4
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
5
usr/sbin/gconfpkg --install ${pkgname}
6
}
7
8
pre_upgrade() {
9
pre_remove $1
10
}
11
12
post_upgrade() {
13
post_install $1
14
}
15
16
pre_remove() {
17
usr/sbin/gconfpkg --uninstall ${pkgname}
18
}
19
20
post_remove() {
21
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
22
}