#!/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