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 Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git]
/
fusion-icon-git
/
fusion-icon.install
blob
d02499d03f49c0351d42e838a66a3ac2acb7a504
1
pkgname=fusion-icon-git
2
3
post_install() {
4
cat << EOF
5
==> Updating icon cache.....
6
EOF
7
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
8
9
}
10
11
post_upgrade() {
12
post_install
13
}
14
15
post_remove() {
16
cat << EOF
17
==> Updating icon cache.....
18
EOF
19
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
20
}
21