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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
gnome-mplayer-svn
/
gnome-mplayer-svn.install
blob
a5dd3a1dd49dab8d6a8c322fca5fab946ab0d8e0
1
post_install() {
2
usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
3
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
4
update-desktop-database -q
5
update-mime-database usr/share/mime > /dev/null
6
}
7
8
post_upgrade() {
9
post_install $1
10
}
11
12
post_remove() {
13
post_install $1
14
}
15
16
# vim: set ts=3 sw=3 tw=0: