diff options
author | theuni <theuni@svn> | 2010-10-27 19:58:23 +0000 |
---|---|---|
committer | theuni <theuni@svn> | 2010-10-27 19:58:23 +0000 |
commit | daee0e57c88a94c99410630f565877a625f03b1f (patch) | |
tree | 2f5b197eec829e71d3a6f1d7f11040477f66e518 /tools/Linux/packaging | |
parent | 4ea62afdf001c0d6c91d91c5e9b72e273bac20c6 (diff) |
live: don't remove the xbmc user after xbmc-live package removal. better safe than sorry.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35041 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/Linux/packaging')
-rwxr-xr-x | tools/Linux/packaging/debian/xbmc-live.postrm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/Linux/packaging/debian/xbmc-live.postrm b/tools/Linux/packaging/debian/xbmc-live.postrm index 73136cbc4f..69cbf768b2 100755 --- a/tools/Linux/packaging/debian/xbmc-live.postrm +++ b/tools/Linux/packaging/debian/xbmc-live.postrm @@ -93,8 +93,6 @@ fi rm /etc/X11/Xwrapper.config.bak-xbmc-live > /dev/null fi - deluser xbmc - if [ -f "/etc/init.d/xbmc-live" ]; then rm /etc/init.d/xbmc-live >/dev/null fi |