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
......@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=2
VERSION=3
. ./config
# Custom settings
......@@ -82,6 +82,9 @@ echo orca-arctica-wrapper /usr/bin >> debian/arctica-greeter.install
# correct gsettings path
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"
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