diff options
Diffstat (limited to 'community/pinot/pinot.install')
-rw-r--r-- | community/pinot/pinot.install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/community/pinot/pinot.install b/community/pinot/pinot.install new file mode 100644 index 000000000..55ab40426 --- /dev/null +++ b/community/pinot/pinot.install @@ -0,0 +1,15 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + echo "Starting with 0.63, the service is auto-started. " + echo "The file that enables this is located at " + echo "/etc/xdg/autostart/pinot-dbus-daemon.desktop" + echo "Delete this file if you don't want the auto-start." +} + +post_upgrade() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_remove() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} |