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]
/
laser
/
laser.install
blob
2597f9e8d280415b3ce75e61c80ec414cc0f62db
1
2
post_install() {
3
update-desktop-database -q
4
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
5
}
6
7
post_upgrade() {
8
post_install $1
9
}
10
11
post_remove() {
12
update-desktop-database -q
13
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
14
}