summaryrefslogtreecommitdiff
path: root/community-staging/xbmc/xbmc.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/xbmc/xbmc.install')
-rw-r--r--community-staging/xbmc/xbmc.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/community-staging/xbmc/xbmc.install b/community-staging/xbmc/xbmc.install
deleted file mode 100644
index a3ae3d0d8..000000000
--- a/community-staging/xbmc/xbmc.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- [[ $(type -p gtk-update-icon-cache) ]] && usr/bin/gtk-update-icon-cache -qtf usr/share/icons/hicolor
- [[ $(type -p update-desktop-database) ]] && usr/bin/update-desktop-database -q usr/share/applications
- groupadd xbmc
- useradd -G xbmc -d /var/empty xbmc
-}
-
-post_upgrade() {
- post_install $1
- echo "You may want to add xbmc user and group to use xbmc standalone"
-}
-
-post_remove() {
- post_install $1
- echo "You may want to remove xbmc user and group"
-}