File: apt-setup-udeb.isinstallable

package info (click to toggle)
apt-setup 1%3A0.20etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 956 kB
  • ctags: 8
  • sloc: sh: 479; makefile: 26
file content (10 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh -e

. /usr/share/debconf/confmodule

if db_get mirror/codename && [ "$RET" ]; then
	if [ "$RET" = sarge ]; then
		exit 1
	fi
fi
exit 0