From fcce4e670cd2d81990b3f50e8a682b44d40a73cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 2 Sep 2014 06:41:22 -0300 Subject: remove parabola suffix and add complex pkgrel on the packages --- libre/openshot/openshot.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/openshot/openshot.install (limited to 'libre/openshot/openshot.install') diff --git a/libre/openshot/openshot.install b/libre/openshot/openshot.install new file mode 100644 index 000000000..046df0051 --- /dev/null +++ b/libre/openshot/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-2-g168b