chiark / gitweb /
README: Rewrite.
[tripe] / debian / tripe.postinst
CommitLineData
ef4a1ab7 1#! /bin/sh
2
3set -e
4
5if [ ! -c /dev/.devfsd ] && [ ! -c /dev/net/tun ]; then
6 (cd /dev && /sbin/MAKEDEV tun)
7fi
8
9#DEBHELPER#