Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
var
/
lib
/
dpkg
/
info
/
//proc/thread-self/root/var/lib/dpkg/info/ssmtp.preinst
#!/bin/sh set -e if test -s /etc/ssmtp.conf then echo "Configuration files found in /etc, moving them to /etc/ssmtp" mkdir /etc/ssmtp 2>/dev/null || true mv -f /etc/ssmtp.conf /etc/ssmtp 2>/dev/null || true fi if test -s /etc/revaliases then mkdir /etc/ssmtp 2>/dev/null || true mv -f /etc/revaliases /etc/ssmtp 2>/dev/null || true fi # Program End exit 0