mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
14 lines
131 B
Bash
14 lines
131 B
Bash
#!/bin/sh -x
|
|
|
|
#PREFIX="%%PREFIX%%"
|
|
#INCLUDEDIR="%%INCLUDEDIR%%"
|
|
|
|
case $2 in
|
|
PRE-INSTALL)
|
|
;;
|
|
POST-INSTALL)
|
|
;;
|
|
esac
|
|
#EOF
|
|
|