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

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

parent 0e79551f
No related branches found
No related tags found
Loading
#!/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
# 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=5
VERSION=6
. ./config
......@@ -99,6 +99,9 @@ sed '/dropbox/d' -i debian/ubuntu-mate-default-settings.install
#Remove abrowser/firefox policies (starting on Jammy/Aramo).
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 \
# debian/ubuntu-mate-default-settings.postrm
#sed -i '/exit/i rm -f /etc/firefox/policies/policies.json' debian/ubuntu-mate-default-settings.postinst \
......
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