File: config

package info (click to toggle)
t-prot 3.4-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 400 kB
  • sloc: perl: 1,032; sh: 57; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# debconf config file for t-prot
# Copyright 2002-2010 by Rhonda D'Vine <rhonda@debian.org>
# Licenced under WTFPLv2

set -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