Panel/Agent-Windows/OGP64/etc/postinstall/mutt.sh.done
2026-06-06 18:46:40 -04:00

8 lines
152 B
Bash

#!/bin/sh
copy_maybe() {
if ! [ -e $1 ] ; then
cp /etc/defaults$1 $1 2>/dev/null
fi
}
copy_maybe /etc/Muttrc
copy_maybe /etc/mime.types