summaryrefslogtreecommitdiffstats
path: root/network/wireguard-linux-compat/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'network/wireguard-linux-compat/doinst.sh')
-rw-r--r--network/wireguard-linux-compat/doinst.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/network/wireguard-linux-compat/doinst.sh b/network/wireguard-linux-compat/doinst.sh
deleted file mode 100644
index d335d682c8..0000000000
--- a/network/wireguard-linux-compat/doinst.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ -x sbin/depmod ]; then
- chroot . /sbin/depmod -a @KERNEL@ 1> /dev/null 2> /dev/null
-fi