Added Cyg-Win
This commit is contained in:
parent
82cbc206eb
commit
413c315806
10586 changed files with 3806249 additions and 0 deletions
8
Agent-Windows/OGP64/etc/postinstall/mutt.sh.done
Normal file
8
Agent-Windows/OGP64/etc/postinstall/mutt.sh.done
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue