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 Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git]
/
entertainer-bzr
/
entertainer.install
blob
3c8e446cd0c1e309c0fee453dddcde1296592e1f
1
#!/bin/bash
2
3
post_install
() {
4
echo -n
"Updating icon cache & desktop database..."
5
gtk-update-icon-cache
-q -t -f
usr
/
shar
e
/
icons
/
hicolor
6
update-desktop-database
-q
7
echo
" done."
8
}
9
10
post_upgrade
() {
11
echo -n
"Updating icon cache..."
12
gtk-update-icon-cache
-q -t -f
usr
/
shar
e
/
icons
/
hicolor
13
echo
" done."
14
}
15
16
post_remove
() {
17
post_install
18
}