Skip to content
Snippets Groups Projects
Commit f849ee0b authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

hplip updated for flidas

parent da9f0ee4
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2011 MPA # Copyright (C) 2011 MPA
# Copyright (C) 2013 Ruben Rodriguez <ruben@trisquel.info> # Copyright (C) 2013-2017 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
...@@ -52,10 +52,8 @@ sed -i 's/plugin=2/plugin=0/g' $printers ...@@ -52,10 +52,8 @@ sed -i 's/plugin=2/plugin=0/g' $printers
rm $tmp $tmp2 rm $tmp $tmp2
rm debian/patches/hp_photosmart_pro_b9100_support.dpatch rm debian/patches/hp_photosmart_pro_b9100_support.patch
sed -i '/hp_photosmart_pro_b9100_support.dpatch/d' debian/patches/series sed -i '/hp_photosmart_pro_b9100_support.patch/d' debian/patches/series
rm debian/patches/ubuntu-hp-mkuri-notification-text.dpatch
sed -i '/ubuntu-hp-mkuri-notification-text.dpatch/d' debian/patches/series
rm debian/local/scripts/hp-plugin-ubuntu rm debian/local/scripts/hp-plugin-ubuntu
sed /hp-plugin-ubuntu/d ./debian/rules -i sed /hp-plugin-ubuntu/d ./debian/rules -i
...@@ -64,10 +62,6 @@ sed /hp-plugin-ubuntu/d ./debian/rules -i ...@@ -64,10 +62,6 @@ sed /hp-plugin-ubuntu/d ./debian/rules -i
#sed s/plugin.py//g -i ./hplip.list.in ./Makefile.in ./Makefile.am #sed s/plugin.py//g -i ./hplip.list.in ./Makefile.in ./Makefile.am
#sed '/run_plugin_command/s/$/\n return/' -i ./base/pkit.py #sed '/run_plugin_command/s/$/\n return/' -i ./base/pkit.py
# Fix compilation problems
sed '/ln -s \/usr\/share\/hplip\/hpssd.py/s:ln.*:cp hpssd.py ./debian/tmp/usr/sbin/hpssd:' -i debian/rules
apt-get install --force-yes -y hplip
changelog "Removed printers with propietary drivers (required and optional)" changelog "Removed printers with propietary drivers (required and optional)"
compile compile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment