ubuntu-mate-settings: Do not customize arctica-greeter
This commit is contained in:
parent
0e79551fd9
commit
1646ac437e
1 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue