xtlf (0.0+1.03beta-4) xtlf.debian

Summary

 xtlf.debian |    7 +++++++
 1 file changed, 7 insertions(+)

    
download this patch

Patch contents

--- xtlf-0.0+1.03beta.orig/xtlf.debian
+++ xtlf-0.0+1.03beta/xtlf.debian
@@ -0,0 +1,7 @@
+#!/bin/sh
+if [ ! -d $HOME/.xtlf ]; then
+	mkdir $HOME/.xtlf
+	cp -a /usr/share/xtlf/config/* $HOME/.xtlf
+fi
+exec /usr/share/xtlf/xtlf.pl
+exit 0