| Server IP : 185.11.201.71 / Your IP : 192.168.7.18 Web Server : Apache/2.4.29 (Ubuntu) System : Linux tech-virtual-machine 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : tech ( 1000) PHP Version : 7.4.28 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/lib/dpkg/info/ |
Upload File : |
#! /bin/sh
set -e
# Automatically added by dh_installinit/11.1.6ubuntu1
if [ "$1" = "purge" ] ; then
update-rc.d cups remove >/dev/null
fi
# In case this system is running systemd, we make systemd reload the unit files
# to pick up changes.
if [ -d /run/systemd/system ] ; then
systemctl --system daemon-reload >/dev/null || true
fi
# End automatically added section
# Automatically added by dh_installdeb/11.1.6ubuntu1
dpkg-maintscript-helper rm_conffile /etc/cups/cupsd.conf.default 1.7.1-3\~ -- "$@"
dpkg-maintscript-helper rm_conffile /etc/default/cups 1.7.1-6\~ -- "$@"
dpkg-maintscript-helper mv_conffile /etc/pam.d/cups-daemon /etc/pam.d/cups 1.7.3-2\~ -- "$@"
# End automatically added section
# Automatically added by dh_systemd_enable/11.1.6ubuntu1
if [ "$1" = "remove" ]; then
if [ -x "/usr/bin/deb-systemd-helper" ]; then
deb-systemd-helper mask 'cups.path' 'cups.service' 'cups.socket' >/dev/null || true
fi
fi
if [ "$1" = "purge" ]; then
if [ -x "/usr/bin/deb-systemd-helper" ]; then
deb-systemd-helper purge 'cups.path' 'cups.service' 'cups.socket' >/dev/null || true
deb-systemd-helper unmask 'cups.path' 'cups.service' 'cups.socket' >/dev/null || true
fi
fi
# End automatically added section
# Automatically added by dh_apparmor/2.12-4ubuntu5.1
if [ "$1" = "purge" ] && ! [ -e "/etc/apparmor.d/usr.sbin.cupsd" ] ; then
rm -f "/etc/apparmor.d/disable/usr.sbin.cupsd" || true
rm -f "/etc/apparmor.d/force-complain/usr.sbin.cupsd" || true
rm -f "/etc/apparmor.d/local/usr.sbin.cupsd" || true
rmdir /etc/apparmor.d/disable 2>/dev/null || true
rmdir /etc/apparmor.d/local 2>/dev/null || true
rmdir /etc/apparmor.d 2>/dev/null || true
fi
# End automatically added section
case "$1" in
purge)
rm -rf /var/lib/cups
rm -rf /var/log/cups
rm -rf /run/cups
rm -rf /var/cache/cups
rm -rf /var/spool/cups
rm -f /etc/cups/ssl/server.crt
rm -f /etc/cups/ssl/server.key
rm -rf /etc/cups/ssl
rm -rf /etc/cups/passwd.md5
rm -rf /etc/cups/cups.d
rm -f /etc/cups/cupsd.conf
rm -f /etc/cups/cupsd-systemd-listen.conf
rm -f /etc/cups/cupsd.conf.pre16-bak
rm -f /etc/cups/printers.conf* /etc/cups/classes.conf*
rmdir /etc/cups 2>/dev/null || true
;;
abort-upgrade)
if [ -e /etc/cups/cupsd.conf.conffile-bak ]; then
# Move cupsd.conf back
mv /etc/cups/cupsd.conf.conffile-bak /etc/cups/cupsd.conf
fi
;;
remove|upgrade|failed-upgrade|abort-install|disappear)
;;
*)
echo "postrm called with unknown argument \`$1'" >&2
exit 0
esac