uawdijnntqw1x1x1
IP : 216.73.216.155
Hostname : vm5018.vps.agava.net
Kernel : Linux vm5018.vps.agava.net 3.10.0-1127.8.2.vz7.151.14 #1 SMP Tue Jun 9 12:58:54 MSK 2020 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
run
/
..
/
lib
/
dpkg
/
info
/
fetchmail.postrm
/
/
#!/bin/sh # # Postrm script for fetchmail # $Id: fetchmail.postrm 460 2008-02-04 15:20:16Z nion $ # set -e if [ "$1" = "purge" ]; then if [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # Remove SysV initscript update-rc.d fetchmail remove >/dev/null || true # Remove other cruft rm -f /var/mail/.fetchmail-UIDL-cache >/dev/null 2>&1 || true rm -rf /var/run/fetchmail >/dev/null 2>&1 || true # Remove user fetchmail fetchmailhome=`getent passwd fetchmail | cut -d : -f 6` rm -f "$fetchmailhome/.fetchids" >/dev/null 2>&1 || true rm -f "$fetchmailhome/.fetchmail-UIDL-cache" >/dev/null 2>&1 || true rm -f "$fetchmailhome/.fetchmail.pid" >/dev/null 2>&1 || true userdel fetchmail || true rmdir "$fetchmailhome" >/dev/null 2>&1 || true fi exit 0 # vim:ts=4:sw=4:
/var/run/../lib/dpkg/info/fetchmail.postrm