Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > f6272bc26ef7ff5286d7bb9959d94164 > scriptlet

kismet-2013.03.R1b-4.mga5.x86_64.rpm

PREIN

/bin/sh
/usr/share/rpm-helper/add-group kismet $1 kismet

POSTIN

/bin/sh
if [ -f /etc/kismet.conf ] ;
then
	if ! grep -q -e "^piddir="  /etc/kismet.conf 
	then 
		echo "piddir=/var/run/" >> /etc/kismet.conf
	fi
fi

POSTUN

/bin/sh
/usr/share/rpm-helper/del-group kismet $1 kismet