aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorreinelt <>2004-01-15 07:47:03 +0000
committerreinelt <>2004-01-15 07:47:03 +0000
commit4d0255d6a1eddbf57178f7170838c20c6b2f5573 (patch)
treef68e6fa36a66eb421d67154ef105b28971e483c3 /debian
parent7df743f2d1c161624ca70a061e9ef82e2daad475 (diff)
downloadlcd4linux-4d0255d6a1eddbf57178f7170838c20c6b2f5573.tar.gz
[lcd4linux @ 2004-01-15 07:47:02 by reinelt]
debian/ postinst and watch added (did CVS forget about them?) evaluator: conditional expressions (a?b:c) added text widget nearly finished
Diffstat (limited to '')
-rw-r--r--debian/postinst5
-rw-r--r--debian/watch2
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst
new file mode 100644
index 0000000..284d07d
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+. /usr/share/debconf/confmodule
+
+#DEBHELPER#
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..932ab07
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=2
+http://prdownloads.sourceforge.net/lcd4linux/lcd4linux-(.*[0-9])\.tgz debian uupdate