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)
|
Line | |
---|
1 | # This file is sourced by Xsession(5), not executed. |
---|
2 | |
---|
3 | if [ "$(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" |
---|
6 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.