arctica-greeter: prevent lightdm failure on removal
This commit is contained in:
parent
a8f2c22c6c
commit
24e0e16f66
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue