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 17 12:00:36 UTC 2012
[aur-mirror.git]
/
batti
/
batti.install
blob
1b19494119b731f275783137e4d0ccbab91cf116
1
post_install() {
2
gtk-update-icon-cache /usr/share/icons/hicolor/
3
echo "You may need to install a GTK icon theme to display battery status."
4
}
5
6
post_upgrade() {
7
gtk-update-icon-cache /usr/share/icons/hicolor/
8
}
9
10
post_remove() {
11
gtk-update-icon-cache /usr/share/icons/hicolor/
12
}