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

Revision 24436, 285 bytes checked in by jhamrick, 15 years ago (diff)
In larvnet: * Make sure debathena-larvnet is installed before executing the xsession script (Trac: #348)
RevLine 
[23126]1# This file is sourced by Xsession(5), not executed.
2
[24436]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"
[23980]6fi
Note: See TracBrowser for help on using the repository browser.