From ddc7aa765fba06b37096454456dac4a25e62a97b Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 4 Sep 2014 01:24:51 -0300 Subject: rename to arora --- libre/arora/install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/arora/install (limited to 'libre/arora/install') diff --git a/libre/arora/install b/libre/arora/install new file mode 100644 index 000000000..b0409600c --- /dev/null +++ b/libre/arora/install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true + update-desktop-database -q || true +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3