diff options
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 660593cf5..f98ba7338 100644 --- a/libre/mplayer-libre/mplayer.install +++ b/libre/mplayer-libre/mplayer.install @@ -3,9 +3,9 @@ post_install() { } post_upgrade() { - post_install + post_install $1 } post_remove() { - post_install + post_install $1 } |