mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
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
5 lines
77 B
Bash
5 lines
77 B
Bash
#!/bin/sh
|
|
if [ "$2" = POST-INSTALL ]; then
|
|
%%PREFIX%%/sbin/post-install
|
|
fi
|