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.69.7.206

H O M E


Filename/var/lib/dpkg/info/initscripts.postrm
Size1.93 kb
Permissionrwxr-xr-x
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified13-Mar-2014 09:42
Last accessed13-Mar-2014 09:42
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
#! /bin/sh
#
# initscripts postrm
#

set -e

case "$1" in
purge)
#
# Remove abandoned conffiles
#
rm -f /etc/init.d/bootclean
rm -f /etc/init.d/bootclean.dpkg-old
rm -f /etc/init.d/bootclean.sh
rm -f /etc/init.d/bootclean.sh.dpkg-old
rm -f /etc/default/bootlogd
rm -f /etc/default/bootlogd.dpkg-old

#
# Remove configuration files
#
rm -f \
/etc/default/rcS \
/etc/nologin \
/etc/motd.tail \
/etc/motd.static

#
# Remove state files
#
rm -f /var/lib/initscripts/nologin

#
# Remove run time state files
#
rm -f /var/run/motd

#
# Remove log files
#
rm -f \
/var/log/dmesg \
/var/log/boot \
/var/log/fsck/checkroot \
/var/log/fsck/checkfs

# Remove rc symlinks in the reverse dependency order they were
# inserted
update-rc.d rc.local remove >/dev/null || exit $?
update-rc.d single remove >/dev/null || exit $?
update-rc.d killprocs remove >/dev/null || exit $?
update-rc.d sendsigs remove >/dev/null || exit $?
update-rc.d umountnfs.sh remove >/dev/null || exit $?
update-rc.d umountfs remove >/dev/null || exit $?
update-rc.d umountroot remove >/dev/null || exit $?
update-rc.d reboot remove >/dev/null || exit $?
update-rc.d halt remove >/dev/null || exit $?
update-rc.d urandom remove >/dev/null || exit $?

# Remove /dev/pts and /dev/shm ?
;;
esac

# Automatically added by dh_installdeb
dpkg-maintscript-helper rm_conffile /etc/init.d/stop-bootlogd 2.88dsf-41ubuntu1 initscripts -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper rm_conffile /etc/init.d/stop-bootlogd-single 2.88dsf-41ubuntu1 initscripts -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper rm_conffile /etc/init.d/bootlogd 2.88dsf-41ubuntu1 initscripts -- "$@"
# End automatically added section


: