From 99d0ec7ebad2eda5f3a03098962e3b250e3bef4c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Oct 2012 00:33:10 -0700 Subject: Tue Oct 16 00:33:08 PDT 2012 --- community-staging/blueman/blueman.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community-staging/blueman/blueman.install (limited to 'community-staging/blueman/blueman.install') diff --git a/community-staging/blueman/blueman.install b/community-staging/blueman/blueman.install new file mode 100644 index 000000000..8bf021487 --- /dev/null +++ b/community-staging/blueman/blueman.install @@ -0,0 +1,11 @@ +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-54-g00ecf