From 5c3b7276abf0d01b53662f38db5b4d52377343ed Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Sat, 2 Jan 2016 01:22:31 -0500 Subject: initial commit Signed-off-by: Mark Weiman --- fluxgui/fluxgui.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 fluxgui/fluxgui.install (limited to 'fluxgui/fluxgui.install') diff --git a/fluxgui/fluxgui.install b/fluxgui/fluxgui.install new file mode 100644 index 0000000..daaba56 --- /dev/null +++ b/fluxgui/fluxgui.install @@ -0,0 +1,12 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.3