summaryrefslogtreecommitdiff
path: root/libre/openshot-parabola/openshot.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-26 07:04:44 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-26 07:04:44 -0300
commit224ff53c78c2e8df8c6ac3f5b84964a9fd228ee3 (patch)
tree21f0f00d6ca7a856bde8310b4558a527717a6d85 /libre/openshot-parabola/openshot.install
parent317a3b1d822c252c9f341170cf47a85d72cddde6 (diff)
downloadabslibre-224ff53c78c2e8df8c6ac3f5b84964a9fd228ee3.tar.gz
abslibre-224ff53c78c2e8df8c6ac3f5b84964a9fd228ee3.tar.bz2
abslibre-224ff53c78c2e8df8c6ac3f5b84964a9fd228ee3.zip
add parabola suffix on some packages
Diffstat (limited to 'libre/openshot-parabola/openshot.install')
-rw-r--r--libre/openshot-parabola/openshot.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/openshot-parabola/openshot.install b/libre/openshot-parabola/openshot.install
new file mode 100644
index 000000000..046df0051
--- /dev/null
+++ b/libre/openshot-parabola/openshot.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-mime-database usr/share/mime &>/dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}