Fix update notifier 10.0
This commit is contained in:
parent
72ede37557
commit
0e6ac73ce4
2 changed files with 291 additions and 1 deletions
|
|
@ -17,11 +17,16 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=3
|
||||
VERSION=4
|
||||
COMPONENT=main
|
||||
|
||||
. ./config
|
||||
|
||||
#Use custom apt-check to fix motd update notification by striping esm stuff.
|
||||
cp $DATA/apt_check.py data/apt_check.py
|
||||
sed -i '/test_motd.py/d' debian/rules
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue