freebsd-ports/mail/zmailer/files/pkg-install.in
Volker Stolz 53c0b7cf3c - Update to 2.99.56
- Fix installation from package

As always, please be careful not to nuke your local configuration
on updating. This port needs a maintainer who actually uses it!

Closes PR:	ports/60585
Submitted by:	Seva Gluschenko
2004-06-07 16:36:00 +00:00

4 lines
77 B
Bash

#!/bin/sh
if [ "$2" = POST-INSTALL ]; then
%%PREFIX%%/sbin/post-install
fi