diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-01-15 07:47:03 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-01-15 07:47:03 +0000 |
commit | 8bd25913d494772e695311c5745bbcc8a5a57e77 (patch) | |
tree | f68e6fa36a66eb421d67154ef105b28971e483c3 /debian | |
parent | 89e4f42deb9e5c5bdc712613d85629d4398e19b7 (diff) | |
download | lcd4linux-8bd25913d494772e695311c5745bbcc8a5a57e77.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
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@313 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'debian')
-rw-r--r-- | debian/postinst | 5 | ||||
-rw-r--r-- | debian/watch | 2 |
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 |