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

arctica-greeter: prevent lightdm failure on removal

parent a8f2c22c
No related branches found
No related tags found
No related merge requests found
Pipeline #790 passed
...@@ -17,7 +17,7 @@ ...@@ -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=2 VERSION=3
. ./config . ./config
# Custom settings # Custom settings
...@@ -82,6 +82,9 @@ echo orca-arctica-wrapper /usr/bin >> debian/arctica-greeter.install ...@@ -82,6 +82,9 @@ echo orca-arctica-wrapper /usr/bin >> debian/arctica-greeter.install
# correct gsettings path # correct gsettings path
sed 's/org.mate.settings-daemon.plugins/org.mate.SettingsDaemon.plugins/' -i src/settings-daemon.vala sed 's/org.mate.settings-daemon.plugins/org.mate.SettingsDaemon.plugins/' -i src/settings-daemon.vala
# Prevent lightdm failure on removal
sed '/very serious/,/^$/d' -i debian/90-arctica-greeter.conf
changelog "Adapted for Trisquel" changelog "Adapted for Trisquel"
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