ubuntu-mate-settings: Do not customize arctica-greeter

This commit is contained in:
Ruben Rodriguez 2022-12-05 17:05:23 -05:00
parent 0e79551fd9
commit 1646ac437e

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2017.2020 Ruben Rodriguez <ruben@trisquel.info> # Copyright (C) 2017.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=5 VERSION=6
. ./config . ./config
@ -99,6 +99,9 @@ sed '/dropbox/d' -i debian/ubuntu-mate-default-settings.install
#Remove abrowser/firefox policies (starting on Jammy/Aramo). #Remove abrowser/firefox policies (starting on Jammy/Aramo).
rm etc/firefox/policies/policies.json rm etc/firefox/policies/policies.json
#Do not customize arctica-greeter
sed '/org.ArcticaProject.arctica-greeter/,/^$/d' -i usr/share/glib-2.0/schemas/30_ubuntu-mate.gschema.override
#sed -i '/exit/i if [ -f /etc/firefox/policies/policies.json ]; then' debian/ubuntu-mate-default-settings.postinst \ #sed -i '/exit/i if [ -f /etc/firefox/policies/policies.json ]; then' debian/ubuntu-mate-default-settings.postinst \
# debian/ubuntu-mate-default-settings.postrm # debian/ubuntu-mate-default-settings.postrm
#sed -i '/exit/i rm -f /etc/firefox/policies/policies.json' debian/ubuntu-mate-default-settings.postinst \ #sed -i '/exit/i rm -f /etc/firefox/policies/policies.json' debian/ubuntu-mate-default-settings.postinst \