blob: 3526a6c4c48582ba41589dc4574c8445072e0817 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/bin/sh
if [ x"$2" = xPOST-INSTALL ]; then
if [ ! -f %%PREFIX%%/etc/nullmailer/me.sample ]; then
echo "Creating \"%%PREFIX%%/etc/nullmailer/me.sample\"."
echo `/bin/hostname` > %%PREFIX%%/etc/nullmailer/me.sample
fi
fi
|