updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / mplayer-hunarch / mplayer.install
blobca15c3f3fe3aa14c15dc2c740b67a8176ae7326a
1 # $Id: audacious-plugins.install,v 1.7 2007/12/16 02:27:33 travis Exp $
2 # arg 1:  the new package version
3 post_install() {
4     echo "> Optional Dependencies for mplayer"
5     echo ">> samba:  Enable Samba (SMB) input."
7     # Run ldconfig after installation
8     #  the makefile wants to do this after make install
9     /sbin/ldconfig
12 # arg 1:  the new package version
13 # arg 2:  the old package version
14 post_upgrade() {
15     post_install $1 
18 op=$1
19 shift
20 $op $*