From 8bd25913d494772e695311c5745bbcc8a5a57e77 Mon Sep 17 00:00:00 2001 From: reinelt Date: Thu, 15 Jan 2004 07:47:03 +0000 Subject: [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 --- debian/postinst | 5 +++++ debian/watch | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 debian/postinst create mode 100644 debian/watch (limited to 'debian') 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 -- cgit v1.2.3