| Current Path : /proc/8644/root/proc/8644/root/proc/8644/root/var/lib/dpkg/info/ | 
| Current File : //proc/8644/root/proc/8644/root/proc/8644/root/var/lib/dpkg/info/lynx-cur.preinst | 
#!/bin/sh
pack=lynx-cur
set -e
case "$1" in
    install|upgrade)
    ;;
    abort-upgrade)
    ;;
    *)
        echo "preinst called with unknown argument \`$1'" >&2
        exit 1
    ;;
esac
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
exit 0