diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-01-02 14:20:15 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-01-02 14:20:15 +0000 |
commit | 70505233c857187bc5b0616bb37b4ea055885911 (patch) | |
tree | 2e71c92ef9ccafb5404b9117cff94665576ad9f7 /debian/config | |
parent | ded8e36b6371187c85cd78cfd791f569ff9e169a (diff) | |
download | lcd4linux-70505233c857187bc5b0616bb37b4ea055885911.tar.gz |
[lcd4linux @ 2004-01-02 14:20:15 by reinelt]
debianization added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@285 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'debian/config')
-rwxr-xr-x | debian/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/config b/debian/config new file mode 100755 index 0000000..d84a76e --- /dev/null +++ b/debian/config @@ -0,0 +1,7 @@ +#!/bin/sh -e + +# Source debconf library. +. /usr/share/debconf/confmodule + +db_input high lcd4linux/conf +db_go |