From 224ff53c78c2e8df8c6ac3f5b84964a9fd228ee3 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 26 Aug 2014 07:04:44 -0300 Subject: add parabola suffix on some packages --- libre/openshot-parabola/openshot.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/openshot-parabola/openshot.install (limited to 'libre/openshot-parabola/openshot.install') 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 +} -- cgit v1.2.3