summarylogtreecommitdiffstats
path: root/kismet.install
diff options
context:
space:
mode:
Diffstat (limited to 'kismet.install')
-rw-r--r--kismet.install10
1 files changed, 2 insertions, 8 deletions
diff --git a/kismet.install b/kismet.install
index 405541f08122..daaf18c8daa3 100644
--- a/kismet.install
+++ b/kismet.install
@@ -1,9 +1,8 @@
post_install() {
- post_upgrade
-
cat << EOP
+
If you have not done so already, read the README file and the FAQ file. Additional
- documentation is in the /usr/share/doc/kismet-git/ directory. You MUST edit
+ documentation is in the /usr/share/docs/ directory. You MUST edit
/etc/kismet/kismet.conf and configure Kismet for your system, or it will NOT run
properly!
@@ -19,8 +18,3 @@ post_install() {
EOP
}
-
-post_upgrade() {
- # Add the group needed to use the limited-functionality binary "kismet_capture"
- getent group "kismet" &>/dev/null || /usr/sbin/groupadd -r -g 315 kismet &>/dev/null
-}