fix inverse logic
authorlcapriotti <lcapriotti@svn>
Tue, 7 Dec 2010 16:09:57 +0000 (16:09 +0000)
committerlcapriotti <lcapriotti@svn>
Tue, 7 Dec 2010 16:09:57 +0000 (16:09 +0000)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@35589 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

tools/Linux/packaging/debian/xbmc-live.postrm

index 9083846..6dc6806 100755 (executable)
@@ -104,7 +104,7 @@ fi
        fi
 
        # Remove distro description customization
-       if grep -i -q XBMCLive /etc/lsb-release ; then
+       if grep -i -q XBMCLive /etc/lsb-release ; then
                sed -i -e 's/\(\d*\) - XBMCLive Dharma/\1/' /etc/lsb-release
        fi