diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-03-07 10:48:31 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-03-07 10:48:31 -0200 |
commit | f29da53c7accc5f7d92b9931fce3ae170461e006 (patch) | |
tree | 144d52b47ebae55fcd6e2371cb6e884c8e2881be /libre/mplayer-libre/mplayer.install | |
parent | dfb0162bf3293e36e813f1f7cbe73b2cd94b9bc7 (diff) | |
download | abslibre-f29da53c7accc5f7d92b9931fce3ae170461e006.tar.gz abslibre-f29da53c7accc5f7d92b9931fce3ae170461e006.tar.bz2 abslibre-f29da53c7accc5f7d92b9931fce3ae170461e006.zip |
libre/mplayer-libre
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 } |