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