GSP-Agent-Windows/OGP64/etc/postinstall/mutt.sh.done

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