From 8185891e28635bdb83fdf4ba4391030912dae596 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 18 Feb 2014 01:56:34 +0000 Subject: Tue Feb 18 01:56:27 UTC 2014 --- 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