From 6f73c36226d8583b90ddcff50850701c06de2ee2 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 25 Aug 2015 08:21:15 -0300 Subject: Import build scripts from pfSense-tools repo --- tools/templates/pkg-install.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/templates/pkg-install.in (limited to 'tools/templates/pkg-install.in') diff --git a/tools/templates/pkg-install.in b/tools/templates/pkg-install.in new file mode 100644 index 0000000..d9217e6 --- /dev/null +++ b/tools/templates/pkg-install.in @@ -0,0 +1,7 @@ +#!/bin/sh + +if [ "${2}" != "POST-INSTALL" ]; then + exit 0 +fi + +/usr/local/sbin/fcgicli -f /etc/rc.packages -d "pkg=%%PORTNAME%%&when=${2}" -- cgit v1.1