K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / var / lib / dpkg / info /
server ip : 172.67.156.115

your ip : 172.70.80.30

H O M E


Filename/var/lib/dpkg/info/pppconfig.postrm
Size583
Permissionrwxr-xr-x
Ownerroot : root
Create time27-Apr-2025 09:55
Last modified08-Mar-2013 05:04
Last accessed06-Jul-2025 23:15
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
#!/bin/sh

# $Id: postrm,v 1.1.1.1 2004/05/07 03:12:59 john Exp $

# Postrm for pppconfig by John Hasler 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" = "purge" ] ; then
rm -rf /lib/pppconfig
rm -rf /etc/ppp/resolv
rm -rf /var/cache/pppconfig
rm -rf /var/cache/pppconfig/resolv*
rm -rf /var/cache/pppconfig/0dns*
rmdir /var/cache/pppconfig || true
update-rc.d dns-clean remove > /dev/null
fi
if [ -x "`which update-menus`" ] ; then
update-menus
fi


exit 0