diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-07-11 11:19:38 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-07-11 11:19:38 -0400 |
commit | f5c881030a3d1fafc39a645b5393f66083280cfc (patch) | |
tree | c4770a387fa83dcbe74c0d2634b35e19686f2fea /libre/mplayer-vaapi-libre/mplayer-vaapi.install | |
parent | 91aa54e1f064792c3754d78d483a2785cc716fa6 (diff) | |
parent | dafc2a23dae515346c7076175524c41262510eaa (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/mplayer-vaapi-libre/mplayer-vaapi.install')
-rw-r--r-- | libre/mplayer-vaapi-libre/mplayer-vaapi.install | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libre/mplayer-vaapi-libre/mplayer-vaapi.install b/libre/mplayer-vaapi-libre/mplayer-vaapi.install index af56cdbf4..a44f19aef 100644 --- a/libre/mplayer-vaapi-libre/mplayer-vaapi.install +++ b/libre/mplayer-vaapi-libre/mplayer-vaapi.install @@ -1,9 +1,11 @@ post_install() { - update-desktop-database -q + update-desktop-database -q } post_upgrade() { - post_install + post_install } post_remove() { - post_install + post_install } + +# vim:set ts=2 sw=2 et: |