slackbuilds_ponce/network/rt2500/doinst.sh
2010-05-11 15:01:35 +02:00

7 lines
107 B
Bash

#!/bin/bash
if [ -x sbin/depmod ]; then
chroot . /sbin/depmod -a 1> /dev/null 2> /dev/null
exit
fi