aboutsummaryrefslogtreecommitdiffstats
path: root/debian/fuse-module.postinst
blob: 74d4e9398bdf5f398def84b837e805010e7c6ca2 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh -e

if [ "$1" = "configure" -a "`uname -r`" = "${kvers}" ]; then
	depmod -a || true
fi

#DEBHELPER#