summaryrefslogtreecommitdiff
path: root/vietnamese/vnterm/pkg-install
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-09 07:25:57 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-09 07:25:57 +0000
commit6f6ac99c4becdbdaf4907071057d0b7e63b93167 (patch)
tree21a3c0cddbadca74c020d27e93bbdb3dd12afa89 /vietnamese/vnterm/pkg-install
parentSubmitted by: fenner (diff)
Ah, I think I now understand INSTALL scripts w/pkg_add
Thanks-to: Satoshi
Notes
Notes: svn path=/head/; revision=4909
Diffstat (limited to '')
-rw-r--r--vietnamese/vnterm/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/vietnamese/vnterm/pkg-install b/vietnamese/vnterm/pkg-install
index d980a65d3468..5cfd6c47fc5f 100644
--- a/vietnamese/vnterm/pkg-install
+++ b/vietnamese/vnterm/pkg-install
@@ -1,6 +1,6 @@
#!/bin/sh
-if [ "$2" = "POST-INSTALL" ]; then
+if [ "$2" != "POST-INSTALL" ]; then
exit 0
fi