461f3c5adb63
35a44a7b7ef6
1 2 3 4 5 6 7 8 9
10
11 12 13 14 15 16
#!/bin/sh # # $FreeBSD$ # if [ "$2" != "POST-INSTALL" ]; then exit 0 fi kdmrcscript=%%PREFIX%%/etc/rc.d/genkdmconf.sh if [ -f $kdmrcscript ]; then sh -c "$kdmrcscript" fi exit 0