summaryrefslogtreecommitdiff
path: root/ports/pre
diff options
context:
space:
mode:
Diffstat (limited to 'ports/pre')
-rw-r--r--ports/pre2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/pre b/ports/pre
index 0c00ef3..fd77784 100644
--- a/ports/pre
+++ b/ports/pre
@@ -63,7 +63,9 @@ clean() {
_make clean
}
+post_install() { true; }
install() {
build
_make install
+ post_install
}