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

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

#DEBHELPER#