Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
var
/
lib
/
dpkg
/
info
/
/var/lib/dpkg/info/pppconfig.prerm
#!/bin/sh # John G. Hasler <john@dhh.gt.org> 1999-2003 # Any possessor of a copy of this program may treat it as if it # were in the public domain. I waive all rights. set -e if ( [ "$1" = "upgrade" ] || [ "$1" = "remove" ] ) && [ -L /usr/doc/pppconfig ] ; then rm -f /usr/doc/pppconfig fi