1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/editors/fte/pkg-install
William Grzybowski f474a16cfb editors/fte: update to 20110708
- Support stage
- Add LICENSE
- Rename patches

PR:		192202
Submitted by:	tkato432 yahoo com
2014-07-29 16:46:44 +00:00

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