53c0b7cf3c
- 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
4 lines
77 B
Bash
4 lines
77 B
Bash
#!/bin/sh
|
|
if [ "$2" = POST-INSTALL ]; then
|
|
%%PREFIX%%/sbin/post-install
|
|
fi
|