diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-03-09 23:47:32 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-03-09 23:47:32 -0500 |
commit | 8de426e6cddec256ba118c96a18b6271f454cc33 (patch) | |
tree | 43857ddbca85a4b06b529b64fc5b6e4e071be11e /libre/mplayer-libre/mplayer.install | |
parent | 48d7f1e9fb492b6fac99c72b41edbec09d809f00 (diff) | |
parent | f6879a07894b7a83a3b4c2cfbf0f08198438ac1c (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/abslibre
Diffstat (limited to 'libre/mplayer-libre/mplayer.install')
-rw-r--r-- | libre/mplayer-libre/mplayer.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/mplayer-libre/mplayer.install b/libre/mplayer-libre/mplayer.install index f98ba7338..660593cf5 100644 --- a/libre/mplayer-libre/mplayer.install +++ b/libre/mplayer-libre/mplayer.install @@ -3,9 +3,9 @@ post_install() { } post_upgrade() { - post_install $1 + post_install } post_remove() { - post_install $1 + post_install } |