[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: When debconf is no longer required for a package...



Postinst:

#!/bin/sh
set -e
if some_version_test &&
   [ -e /usr/share/debconf/confmodule ]; then
	. /usr/share/debconf/confmodule
	db_purge
fi

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: