HEX
Server: Apache
System: Linux pdx1-shared-a2-04 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: dh_hwg2wc (6369923)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //var/lib/dpkg/info/scsitools.postinst
#!/bin/sh -e



if [ "$1" = "configure" ]; then
  test -d /dev/scsi || mkdir --mode=755 /dev/scsi || true
  # first part before activating swap & remounting / rw
  update-rc.d scsitools-pre.sh start 09 S . >/dev/null
  # second part after modutils was run but before mounting other devices
  update-rc.d scsitools.sh start 22 S . >/dev/null
fi