diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-02-07 14:44:31 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-02-07 14:44:31 -0300 |
commit | 8e6457e3723511d28efa49662809f4f59568f8f9 (patch) | |
tree | 6732697e05b1ea6aacc612dcf697b9e270e659fa /libre/mplayer-libre/mplayer.install | |
parent | 8a2a2743fd88a01b77ba1caab4d28b6845f654bb (diff) | |
download | abslibre-8e6457e3723511d28efa49662809f4f59568f8f9.tar.gz abslibre-8e6457e3723511d28efa49662809f4f59568f8f9.tar.bz2 abslibre-8e6457e3723511d28efa49662809f4f59568f8f9.zip |
libre/mplayer-libre-34426-3
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 } |