summaryrefslogtreecommitdiff
path: root/libre/openshot-libre/openshot.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-13 17:52:43 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-13 17:52:43 -0300
commit73bb9e309e9fe90b4b341dc451fbfc02333288e3 (patch)
tree147ddd88a6bbc512ff97c49d780dea7a6a940a91 /libre/openshot-libre/openshot.install
parent8624e90e1ba0caa2dd93ea21012636423150d35a (diff)
downloadabslibre-73bb9e309e9fe90b4b341dc451fbfc02333288e3.tar.gz
abslibre-73bb9e309e9fe90b4b341dc451fbfc02333288e3.tar.bz2
abslibre-73bb9e309e9fe90b4b341dc451fbfc02333288e3.zip
openshot-libre: adding new package to [libre] repo
Diffstat (limited to 'libre/openshot-libre/openshot.install')
-rw-r--r--libre/openshot-libre/openshot.install11
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
+}