diff options
author | Sorin-Mihai Vârgolici <smv@yobicore.org> | 2011-03-30 23:31:13 +0300 |
---|---|---|
committer | Sorin-Mihai Vârgolici <smv@yobicore.org> | 2011-03-30 23:31:13 +0300 |
commit | b0bc002fab7222d3693f6cf15a8c82ee3912d728 (patch) | |
tree | c735299a9a1d938c7ed96f0edafa6237dcd95bfe /libre/mplayer-libre/mplayer.install | |
parent | e26adb29beba0e6db3f4eae2d095da120148a198 (diff) | |
download | abslibre-b0bc002fab7222d3693f6cf15a8c82ee3912d728.tar.gz abslibre-b0bc002fab7222d3693f6cf15a8c82ee3912d728.tar.bz2 abslibre-b0bc002fab7222d3693f6cf15a8c82ee3912d728.zip |
update
Diffstat (limited to 'libre/mplayer-libre/mplayer.install')
-rw-r--r-- | libre/mplayer-libre/mplayer.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/mplayer-libre/mplayer.install b/libre/mplayer-libre/mplayer.install new file mode 100644 index 000000000..660593cf5 --- /dev/null +++ b/libre/mplayer-libre/mplayer.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |