From 22d91a3ca5e03bd675805d7de370d0c371277e4a Mon Sep 17 00:00:00 2001 From: Torste Aikio Date: Wed, 21 Jul 2010 09:17:06 +0300 Subject: [PATCH] Removed clearing of configuration file --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 76dfdc9..c6668ff 100755 --- a/debian/postinst +++ b/debian/postinst @@ -2,4 +2,4 @@ echo 'include "/home/user/.config/irwi/lirc.conf"' >> /etc/lircd.conf sed -i '/^include/!d' /etc/lircd.conf -echo -n > /home/user/.config/irwi/irwi.conf + -- 1.7.9.5