diff --git a/helpers/make-update-notifier b/helpers/make-update-notifier index f13bd470618c36efb60c303464d80976d7d6fe23..3ea89794044ba6e5964e49913e5b387cd1b8a11f 100644 --- a/helpers/make-update-notifier +++ b/helpers/make-update-notifier @@ -1,6 +1,6 @@ #!/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 # 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 # -VERSION=4 +VERSION=5 COMPONENT=main . ./config @@ -29,7 +29,9 @@ sed -i '/test_package-data-downloader.py/d' debian/rules rm debian/update-notifier-hp-firmware.conf sed '/hp-firmware/d' -i debian/update-notifier.install + sed -i "/ubuntu-drivers-common/d" debian/control +echo "exit 0" > data/list-oem-metapackages # Prevent automated connections sed '/Update-Package-Lists/s/1/0/' -i debian/10periodic