From 130b76cb5eee4d83fac1c19752263d4f1ff7f37f Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 1 Jul 2011 13:53:29 -0300 Subject: libre/audacity-libre-1.3.13 thanks to jyaworski! --- libre/audacity-libre/audacity-libre.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libre/audacity-libre/audacity-libre.install (limited to 'libre/audacity-libre/audacity-libre.install') diff --git a/libre/audacity-libre/audacity-libre.install b/libre/audacity-libre/audacity-libre.install new file mode 100644 index 000000000..028c9f62a --- /dev/null +++ b/libre/audacity-libre/audacity-libre.install @@ -0,0 +1,13 @@ +post_install() { + update-desktop-database -q + update-mime-database usr/share/mime &> /dev/null + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} -- cgit v1.2.3