File: postinst

package info (click to toggle)
s390-dasd 0.0.84
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 704 kB
  • sloc: ansic: 432; makefile: 19; sh: 5
file content (8 lines) | stat: -rw-r--r-- 103 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /bin/sh
set -e

if [ -x /usr/sbin/depmod ]; then
	depmod -a >/dev/null 2>&1 || true
fi

dasd-config