summaryrefslogtreecommitdiff
path: root/community-staging/pinot/pinot.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/pinot/pinot.install')
-rw-r--r--community-staging/pinot/pinot.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/community-staging/pinot/pinot.install b/community-staging/pinot/pinot.install
deleted file mode 100644
index 55ab40426..000000000
--- a/community-staging/pinot/pinot.install
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-}