diff options
Diffstat (limited to 'community/blueman/blueman.install')
-rw-r--r-- | community/blueman/blueman.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/blueman/blueman.install b/community/blueman/blueman.install new file mode 100644 index 000000000..8bf021487 --- /dev/null +++ b/community/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 +} |