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 12 08:01:00 UTC 2012
[aur-mirror.git]
/
aegisub-stable-svn
/
aegisub-stable-svn.install
blob
1b54dda5087fc5dc28025d99b62f408703eeed7f
1
post_install() {
2
update-desktop-database -q
3
gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
4
}
5
6
post_remove() {
7
post_install $1
8
}
9
10
# vim:set ts=2 sw=2 et: