pkg://dotfile-ipfwadm_2.4.1-4_all.deb:31914/postinst
info downloads
#!/bin/sh -e
if [ "$1" = configure ]
then
. /usr/share/debconf/confmodule
db_get dotfile/byte-compile
[ "$RET" = false ] || tclsh /usr/share/dotfile/Generator/dotfile.tcl \
/usr/share/dotfile/Generator \
/usr/share/dotfile english/ipfwadm bytecompile
fi
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/dotfile-ipfwadm -a -d /usr/share/doc/dotfile-ipfwadm ]; then
ln -sf ../share/doc/dotfile-ipfwadm /usr/doc/dotfile-ipfwadm
fi
fi
# End automatically added section