Fixed missing quotes in postinst
authorTorste Aikio <zokier@zokier.laptop>
Tue, 22 Jun 2010 13:16:32 +0000 (16:16 +0300)
committerTorste Aikio <zokier@zokier.laptop>
Tue, 22 Jun 2010 13:16:32 +0000 (16:16 +0300)
debian/postinst

index 57b92ed..a08b913 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-echo 'include /home/user/.config/irwi/lirc.conf' >> /etc/lircd.conf
+echo 'include "/home/user/.config/irwi/lirc.conf"' >> /etc/lircd.conf