update-notifier: fix regression caused by missing dependency
This commit is contained in:
parent
fa2cf0dcc3
commit
001da75006
1 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2012-2018 Ruben Rodriguez <ruben@trisquel.info>
|
# Copyright (C) 2012-2022 Ruben Rodriguez <ruben@trisquel.info>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=4
|
VERSION=5
|
||||||
COMPONENT=main
|
COMPONENT=main
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
@ -29,7 +29,9 @@ sed -i '/test_package-data-downloader.py/d' debian/rules
|
||||||
|
|
||||||
rm debian/update-notifier-hp-firmware.conf
|
rm debian/update-notifier-hp-firmware.conf
|
||||||
sed '/hp-firmware/d' -i debian/update-notifier.install
|
sed '/hp-firmware/d' -i debian/update-notifier.install
|
||||||
|
|
||||||
sed -i "/ubuntu-drivers-common/d" debian/control
|
sed -i "/ubuntu-drivers-common/d" debian/control
|
||||||
|
echo "exit 0" > data/list-oem-metapackages
|
||||||
|
|
||||||
# Prevent automated connections
|
# Prevent automated connections
|
||||||
sed '/Update-Package-Lists/s/1/0/' -i debian/10periodic
|
sed '/Update-Package-Lists/s/1/0/' -i debian/10periodic
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue