mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
f474a16cfb
- Support stage - Add LICENSE - Rename patches PR: 192202 Submitted by: tkato432 yahoo com
9 lines
148 B
Bash
9 lines
148 B
Bash
#!/bin/sh
|
|
|
|
case $2 in
|
|
POST-INSTALL)
|
|
cd $PKG_PREFIX/lib/fte/config; $PKG_PREFIX/bin/cfte main.fte $PKG_PREFIX/lib/fte/system.fterc
|
|
exit 0
|
|
;;
|
|
esac
|