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 12:02:00 UTC 2012
[aur-mirror.git]
/
qpass
/
qpass.install
blob
40413e10882e69255326f3964ffddef96d7fd994
1
## arg 1: the new package version
2
post_install() {
3
gtk-update-icon-cache -q /usr/share/icons/hicolor
4
}
5
6
## arg 1: the old package version
7
post_remove() {
8
gtk-update-icon-cache -q /usr/share/icons/hicolor
9
}
10
11
# vim:set ts=2 sw=2 et: