Skip to content

Commit

Permalink
remove distro description customisation
Browse files Browse the repository at this point in the history
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35588 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
lcapriotti committed Dec 7, 2010
1 parent f6e7006 commit e5a6875
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/Linux/packaging/debian/xbmc-live.postrm
Expand Up @@ -103,6 +103,10 @@ fi
rm /etc/init/xbmc-live-install.conf >/dev/null
fi

# Remove distro description customization
if ! grep -i -q XBMCLive /etc/lsb-release ; then
sed -i -e 's/\(\d*\) - XBMCLive Dharma/\1/' /etc/lsb-release
fi

# Remove <xbmc=* > from grub's kernel entries
if [ -f /boot/grub/menu.lst ]; then
Expand Down

0 comments on commit e5a6875

Please sign in to comment.