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]
/
mplayer-vidix-svn
/
mplayer-svn.install
blob
69604e254f655734fa36d44af4b6f399ac46fdce
1
post_install() {
2
cat << EOF
3
==> Mplayer-svn builds most of the possible features using auto-detection.
4
==> Take a look at /etc/mplayer/disabled_features, it contains a list of
5
==> features which has been disabled.
6
7
==> Disabled features:
8
EOF
9
10
cat /etc/mplayer/disabled_features
11
12
}
13
14
post_upgrade() {
15
post_install $1
16
}