source: trunk/athena/bin/bugme/bugme.xsession @ 24431

Revision 24431, 225 bytes checked in by jhamrick, 14 years ago (diff)
Fix the xsession script to check only if it is installed (rather than not installed) before executing. (Trac: #348)
RevLine 
[24431]1if [ "$(dpkg-query -W -f '${Status}' debathena-bugme 2>/dev/null)" = "install ok installed" ]; then
[24427]2   if [ "$(machtype -q)" = "quickstation" ] && [ -x /usr/bin/bugme ]; then
3       STARTUP="/usr/bin/bugme $STARTUP"
4   fi
[23647]5fi
Note: See TracBrowser for help on using the repository browser.