Bug#438098: xdm: Useless calls of laptop-detect in maintainer scripts

2007-08-15 Thread Brice Goglin
Sven Joachim wrote: > Package: xdm > Version: 1:1.1.4-3 > Severity: minor > > The xdm maintainer scripts all contain superfluous calls of > laptop-detect in the following snippet: > > , > | LAPTOP="" > | if [ -n "$(which laptop-detect)" ]; then > | if laptop-detect >/dev/null; then > |

Bug#438098: xdm: Useless calls of laptop-detect in maintainer scripts

2007-08-15 Thread Sven Joachim
Package: xdm Version: 1:1.1.4-3 Severity: minor The xdm maintainer scripts all contain superfluous calls of laptop-detect in the following snippet: , | LAPTOP="" | if [ -n "$(which laptop-detect)" ]; then | if laptop-detect >/dev/null; then | LAPTOP=true | fi | fi ` The LAP