X-Git-Url: https://git.deb.at/?p=pkg%2Ft-prot.git;a=blobdiff_plain;f=debian%2Fconfig;fp=debian%2Fconfig;h=5363681f20f07af5b7908cb2c8d5d6f992ab2b17;hp=0000000000000000000000000000000000000000;hb=ebce048d2bb94d717b46f34b02ed1720aaa8aaee;hpb=93a81a76e82ae8b448d5dd15cad299572d4a90fd diff --git a/debian/config b/debian/config new file mode 100644 index 0000000..5363681 --- /dev/null +++ b/debian/config @@ -0,0 +1,10 @@ +#!/bin/sh -e + +# Source debconf library. +. /usr/share/debconf/confmodule + +# make the /etc/Muttrc.d/ symlink? +db_input medium t-prot/muttrc.d || true +db_go + +exit 0