diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-13 17:52:43 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-03-13 17:52:43 -0300 |
commit | 73bb9e309e9fe90b4b341dc451fbfc02333288e3 (patch) | |
tree | 147ddd88a6bbc512ff97c49d780dea7a6a940a91 /libre/openshot-libre/openshot.install | |
parent | 8624e90e1ba0caa2dd93ea21012636423150d35a (diff) |
openshot-libre: adding new package to [libre] repo
Diffstat (limited to 'libre/openshot-libre/openshot.install')
-rw-r--r-- | libre/openshot-libre/openshot.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/openshot-libre/openshot.install b/libre/openshot-libre/openshot.install new file mode 100644 index 000000000..cc0de896d --- /dev/null +++ b/libre/openshot-libre/openshot.install @@ -0,0 +1,11 @@ +post_install() { + [ -x `which update-mime-database` ] && update-mime-database usr/share/mime +} + +post_upgrade() { + [ -x `which update-mime-database` ] && update-mime-database usr/share/mime +} + +post_remove() { + [ -x `which update-mime-database` ] && update-mime-database usr/share/mime +} |