AlkantarClanX12

Your IP : 216.73.216.201


Current Path : /usr/share/debhelper/autoscripts/
Upload File :
Current File : //usr/share/debhelper/autoscripts/postinst-modules

if [ "$1" = "configure" ]; then
	if [ -e /boot/System.map-#KVERS# ]; then
		depmod -a -F /boot/System.map-#KVERS# #KVERS# || true
	fi
fi