File: postinst

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

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

dasd-config