File: ai-choosers.isinstallable

package info (click to toggle)
auto-install 0.03
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 44 kB
  • sloc: sh: 28; makefile: 24
file content (4 lines) | stat: -rwxr-xr-x 107 bytes parent folder | download | duplicates (8)
1
2
3
4
#!/bin/sh
. /usr/share/debconf/confmodule
db_get auto-install/enable && [ true = "$RET" ] && exit 0
exit 1