DEBIAN control & postinst

This commit is contained in:
q3aql 2021-03-13 12:25:53 +01:00
parent a09ab209f4
commit c045dcef12
2 changed files with 21 additions and 0 deletions

11
DEBIAN/control Executable file
View File

@ -0,0 +1,11 @@
Package: drivers-linux-firmware
Version: 20210222-1
Architecture: all
Maintainer: q3aql <q3aql@protonmail.ch>
Installed-Size: 640644
Section: misc
Priority: optional
Multi-Arch: foreign
Depends: bash, cron, anacron, rsync
Description: Firmware for Linux kernel drivers
This package provides firmware used by Linux kernel drivers.

10
DEBIAN/postinst Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
set -e
drivers-linux-firmware
#if [ -x /usr/sbin/update-initramfs ]; then
# /usr/sbin/update-initramfs -u -k all
#fi