comedilib/debian/libcomedi0.postinst
2002-01-14 21:29:03 +00:00

12 lines
156 B
Bash

#!/bin/sh
# Policy says that the user should be asked before we do this.
MAKEDEV comedi
#DEBHELPER#
if [ "$1" = "configure" ]; then
ldconfig
fi
exit 0