From b5e2e2f9ddfbc8d0c48fcc1727617c15c4cc405f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lucas=20Vinicius=20Semprebom=20Gon=C3=A7alves?=
 <lucass.semprebom@gmail.com>
Date: Tue, 22 Apr 2014 13:09:56 -0300
Subject: [PATCH] le-proinfodata: fix my error in sed
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Lucas Vinicius Semprebom Gonçalves <lucass.semprebom@gmail.com>
---
 le-proinfodata/package/DEBIAN/control  | 2 +-
 le-proinfodata/package/DEBIAN/postinst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/le-proinfodata/package/DEBIAN/control b/le-proinfodata/package/DEBIAN/control
index 9336c925..85f751e3 100644
--- a/le-proinfodata/package/DEBIAN/control
+++ b/le-proinfodata/package/DEBIAN/control
@@ -1,5 +1,5 @@
 Package: le-proinfodata
-Version: 1.2.39
+Version: 1.2.41
 Maintainer: <proinfodata@c3sl.ufpr.br>
 Architecture: i386
 Section: main
diff --git a/le-proinfodata/package/DEBIAN/postinst b/le-proinfodata/package/DEBIAN/postinst
index 7c7bb975..0a70e2e2 100755
--- a/le-proinfodata/package/DEBIAN/postinst
+++ b/le-proinfodata/package/DEBIAN/postinst
@@ -59,7 +59,7 @@ if [[ ! -d $MULTISEAT_DIR ]]; then
             /etc/lightdm/lightdm.conf
     fi
 else
-    sed -i '\,session-setup-script=/usr/local/bin/exec_dialog.sh/d' \ 
+    sed -i '\,session-setup-script=/usr/local/bin/exec_dialog.sh,d' \ 
         /etc/lightdm/lightdm.conf
 fi
  
-- 
GitLab