diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-04-15 18:31:32 -0700 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-04-15 18:31:32 -0700 |
commit | ffb3ebbe0c98853f03a79b95cfff0f525df7d1fe (patch) | |
tree | 9879cb74f4d2f8ab4652b4277b7f66c212766ab0 /libre/mplayer-vaapi-libre/mplayer-vaapi.install | |
parent | 833e63b6728e7fe38ea0e77303623efa6bdef48c (diff) | |
parent | c931fbbe5ae1246b69e2c61452f7c3d7632d98c9 (diff) |
Merge branch 'master' of vparabola:~/projects/abslibre
Conflicts:
.gitignore
Diffstat (limited to 'libre/mplayer-vaapi-libre/mplayer-vaapi.install')
-rw-r--r-- | libre/mplayer-vaapi-libre/mplayer-vaapi.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libre/mplayer-vaapi-libre/mplayer-vaapi.install b/libre/mplayer-vaapi-libre/mplayer-vaapi.install new file mode 100644 index 000000000..2f38769cb --- /dev/null +++ b/libre/mplayer-vaapi-libre/mplayer-vaapi.install @@ -0,0 +1,9 @@ +post_install() { + update-desktop-database -q +} +post_upgrade() { + post_install $1 +} +post_remove() { + post_install $1 +} |