summaryrefslogtreecommitdiff
path: root/system/atarisio/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/atarisio/doinst.sh')
-rw-r--r--system/atarisio/doinst.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/system/atarisio/doinst.sh b/system/atarisio/doinst.sh
deleted file mode 100644
index d3b55d1299..0000000000
--- a/system/atarisio/doinst.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-if [ -x sbin/depmod ]; then
- chroot . /sbin/depmod -a
-fi
-
-# Ensure that udevd knows what's up with the atarisio device(s)...
-# If you're on Slack 12.1 or older, the --reload-rules needs to be
-# replaced with --reload_rules below.
-
-if [ -x sbin/udevadm ]; then
- sbin/udevadm control --reload-rules 2>/dev/null
-fi