Skip to content
Snippets Groups Projects
Commit f1d76659 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

Fix system config printer 11.0

parent 7216f7d6
No related branches found
No related tags found
No related merge requests found
Pipeline #500 passed
......@@ -266,4 +266,8 @@ else
fi
}
remove_patch(){
rm debian/patches/$1
sed -i "/$1/d" debian/patches/series
}
......@@ -22,8 +22,14 @@ COMPONENT=main
. ./config
sed 's/;GNOME;/;/' debian/patches/05_menu_entries.patch -i
cp $DATA/testpage* debian/local/
sed -i '/+NotShowIn/s|;GNOME;|;|g' debian/patches/Hide-Printers-app-in-GNOME-and-KDE.patch \
debian/patches/Do-not-autostart-the-applet-on-LXDE-or-Unity.patch
remove_patch Allow-installing-non-free-drivers-from-OpenPrinting.patch
remove_patch Allow-installing-packages-from-OpenPrinting.patch
#mkdir debian/local/
#cp $DATA/testpage* debian/local/
#Recommend trisquel-app-installer over gnome-software
sed 's|gnome-software.*|trisquel-app-install,|g' -i debian/control
......
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