File: auto-install.isinstallable

package info (click to toggle)
auto-install 1.9
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 60 kB
  • sloc: sh: 48; makefile: 2
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