comparison debian/static/DEBIAN/postinst @ 0:65c01f57bdce V2.1.2

Initial commit
author ivo <ivo@UFO-Net.nl>
date Thu, 07 Oct 2010 15:53:01 +0200
parents
children 640f620a55cf
comparison
equal deleted inserted replaced
-1:000000000000 0:65c01f57bdce
1 #!/bin/sh
2 if [ "$1" = "configure" ]; then
3 /usr/sbin/useradd -d /nonexistent -N -r -s /bin/false quicktun
4 fi