File: config

package info (click to toggle)
t-prot 2.5-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 320 kB
  • ctags: 42
  • sloc: perl: 880; makefile: 69; sh: 57
file content (10 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
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