Server : Apache/2.4.58 (Ubuntu) System : Linux yumsem00.cafe24.com 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64 User : root ( 0) PHP Version : 8.2.14 Disable Function : NONE Directory : /var/lib/dpkg/info/ |
Upload File : |
#! /bin/sh # Automatically added by dh_installdebconf/12.1.1ubuntu1 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section set -e case "$1" in purge) if [ "${DPKG_MAINTSCRIPT_PACKAGE_REFCOUNT:-1}" = 1 ]; then if which ucf >/dev/null 2>&1; then ucf --purge /etc/papersize fi rm -f /etc/papersize fi ;; esac exit 0