File: preinst

package info (click to toggle)
cal 4.0-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 808 kB
  • sloc: ansic: 1,324; makefile: 50; sh: 18
file content (12 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e
# 
# Preinst file for ccal
# based on http://wiki.debian.org/DpkgConffileHandling

# Move a conffile without triggering a dpkg question

dpkg-maintscript-helper rm_conffile \
    /etc/calcol 3.5-7 ccal -- "$@"


#DEBHELPER#