File: file-preseed.isinstallable

package info (click to toggle)
preseed 1.117
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 840 kB
  • sloc: sh: 439; perl: 153; makefile: 5
file content (7 lines) | stat: -rwxr-xr-x 113 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
#!/bin/sh
. /usr/share/debconf/confmodule
db_get preseed/file || exit 1
if [ -n "$RET" ]; then
	exit 0
fi
exit 1