source: trunk/debathena/debathena/larvnet/debian/96debathena-larvnet @ 24436

Revision 24436, 285 bytes checked in by jhamrick, 14 years ago (diff)
In larvnet: * Make sure debathena-larvnet is installed before executing the xsession script (Trac: #348)
Line 
1# This file is sourced by Xsession(5), not executed.
2
3if [ "$(dpkg-query -W -f '${Status}' debathena-larvnet 2>/dev/null)" = "install ok installed" ] && \
4   test -x "/usr/lib/debathena-larvnet/larvnet-wrapper"; then
5   STARTUP="/usr/lib/debathena-larvnet/larvnet-wrapper $STARTUP"
6fi
Note: See TracBrowser for help on using the repository browser.