From 3051c7a3db5217ce47ded8a3cddbdec9e6328e3f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 22 Feb 2014 06:08:21 +0100 Subject: dist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- dist/archlinux/stable/blueshift-tray.install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dist/archlinux/stable/blueshift-tray.install (limited to 'dist/archlinux/stable/blueshift-tray.install') diff --git a/dist/archlinux/stable/blueshift-tray.install b/dist/archlinux/stable/blueshift-tray.install new file mode 100644 index 0000000..24c0ce3 --- /dev/null +++ b/dist/archlinux/stable/blueshift-tray.install @@ -0,0 +1,14 @@ +# -*- shell-script -*- + +post_install() { + 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-70-g09d2