Your IP : 216.73.216.95


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/lynx.postrm

#! /bin/sh
# postrm script for lynx
pack=lynx
cnfdir=/etc/${pack}

set -e

if [ "$1" = "purge" ]; then
    rm -f ${cnfdir}/local.cfg
fi


# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

# Automatically added by dh_installmenu/11.1.4ubuntu1
if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
# End automatically added section