uawdijnntqw1x1x1
IP : 216.73.216.215
Hostname : xhost1.intravision.ru
Kernel : Linux xhost1.intravision.ru 3.16.0-7-amd64 #1 SMP Debian 3.16.59-1 (2018-10-03) x86_64
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,
OS : Linux
PATH:
/
var
/
lib
/
aptitude
/
..
/
dpkg
/
info
/
apt-listchanges.postinst
/
/
#!/bin/sh set -e PREFERENCES=/etc/apt/listchanges.conf if [ "$1" = "configure" ] then . /usr/share/debconf/confmodule echo "[apt]" > $PREFERENCES.new db_get apt-listchanges/frontend echo "frontend=$RET" >> $PREFERENCES.new db_get apt-listchanges/email-address echo "email_address=$RET" >> $PREFERENCES.new db_get apt-listchanges/confirm if [ "$RET" = "true" ]; then echo "confirm=1" >> $PREFERENCES.new else echo "confirm=0" >> $PREFERENCES.new fi db_get apt-listchanges/save-seen if [ "$RET" = "true" ]; then echo "save_seen=/var/lib/apt/listchanges.db" >> $PREFERENCES.new fi db_get apt-listchanges/which echo "which=$RET" >> $PREFERENCES.new ucf --debconf-ok $PREFERENCES.new $PREFERENCES rm -f $PREFERENCES.new ## Cleanup from older versions fi # Automatically added by dh_pysupport if which update-python-modules >/dev/null 2>&1; then update-python-modules apt-listchanges.private fi # End automatically added section exit 0
/var/lib/aptitude/../dpkg/info/apt-listchanges.postinst