diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-04 20:07:08 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-07-04 20:07:08 +0200 |
commit | a414190447c32be0775a077cde13cef0cf2b8c54 (patch) | |
tree | 97811a261e1e6f6b51cae323cfdab4afc4404dff /debian/vyos-1x.preinst | |
parent | ecaa44498949a377622e98c8490e6b83d57ebdc4 (diff) | |
download | vyos-1x-a414190447c32be0775a077cde13cef0cf2b8c54.tar.gz vyos-1x-a414190447c32be0775a077cde13cef0cf2b8c54.zip |
wireless: T4287: use Debian postinst over preinst when using update-alternatives
This fixes an error during ISO assembly:
update-alternatives: error: no alternatives for regulatory.db
dpkg: error processing archive /tmp/apt-dpkg-install-PJplR3/00-vyos-1x_1.5dev0-1880-gecaa44498_amd64.deb (--unpack):
new vyos-1x package pre-installation script subprocess returned error exit status 2
Diffstat (limited to 'debian/vyos-1x.preinst')
-rw-r--r-- | debian/vyos-1x.preinst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/vyos-1x.preinst b/debian/vyos-1x.preinst index dbad8bfa8..fbfc85566 100644 --- a/debian/vyos-1x.preinst +++ b/debian/vyos-1x.preinst @@ -9,6 +9,3 @@ dpkg-divert --package vyos-1x --add --no-rename /etc/netplug/netplugd.conf dpkg-divert --package vyos-1x --add --no-rename /etc/netplug/netplug dpkg-divert --package vyos-1x --add --no-rename /etc/rsyslog.d/45-frr.conf dpkg-divert --package vyos-1x --add --no-rename /lib/udev/rules.d/99-systemd.rules - -# T4287 - as we have a non-signed kernel use the upstream wireless reulatory database -update-alternatives --set regulatory.db /lib/firmware/regulatory.db-upstream |