From bc1679238048a30e33b53b159fd8481bc4894d59 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 8 Jun 2014 15:04:30 +0400 Subject: Trigger devfsadm; use --no-await; allow failures --- debian/control | 7 ++----- debian/postinst | 3 ++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index c45e7d9..260269b 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,16 @@ Source: driverdb Section: kernel -Priority: required +Priority: optional Maintainer: Igor Pashev Build-Depends: debhelper, -Standards-Version: 3.9.3 +Standards-Version: 3.9.5 Homepage: http://illumos.org/ Vcs-Git: http://cgit.osdyson.org/illumos/driverdb.git Vcs-Browser: http://cgit.osdyson.org/illumos/driverdb.git/ Package: driverdb Architecture: all -Priority: optional -Section: kernel -Pre-Depends: bootadm (>= 2.10-3) Replaces: illumos-kernel (<< 2.10+6) Suggests: drvtools Depends: ${misc:Depends} diff --git a/debian/postinst b/debian/postinst index 46ec581..dbab687 100644 --- a/debian/postinst +++ b/debian/postinst @@ -4,7 +4,8 @@ set -e case "$1" in configure) - dpkg-trigger boot-archive + dpkg-trigger --no-await devfsadm || true + dpkg-trigger --no-await boot-archive || true ;; esac -- cgit v1.2.3