From 48a0f977566f4c325f1bcb1f07d4a11b8f79fbcc Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 2 Sep 2013 16:37:09 -0300 Subject: arora-libre: new package to libre repo --- libre/arora-libre/install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/arora-libre/install (limited to 'libre/arora-libre/install') diff --git a/libre/arora-libre/install b/libre/arora-libre/install new file mode 100644 index 000000000..b0409600c --- /dev/null +++ b/libre/arora-libre/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-54-g00ecf