Author: branden Date: 2003-08-07 18:26:52 -0500 (Thu, 07 Aug 2003) New Revision: 376
Modified: trunk/debian/xserver-common.preinst.in Log: debian/xserver-common.preinst.in: urp! source the debconf confmodule, since I'm using db_get and friends Modified: trunk/debian/xserver-common.preinst.in ============================================================================== --- trunk/debian/xserver-common.preinst.in 2003-08-07 21:59:48 UTC (rev 375) +++ trunk/debian/xserver-common.preinst.in 2003-08-07 23:26:52 UTC (rev 376) @@ -18,6 +18,9 @@ CHECKSUM_DIR=/var/lib/xfree86 XWRAPPER_CONFIG_CHECKSUM="$CHECKSUM_DIR/$(basename "$XWRAPPER_CONFIG").md5sum" +# source debconf library +. /usr/share/debconf/confmodule + if [ "$1" = "install" -o "$1" = "upgrade" ]; then # xserver dir moved to /etc/X11 in 4.x if [ -e /usr/X11R6/lib/X11/xserver -a ! -L /usr/X11R6/lib/X11/xserver ]; then -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]