File: preinst

package info (click to toggle)
microcode.ctl 1.18~0%2Bnmu2
  • links: PTS
  • area: contrib
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 56 kB
  • sloc: sh: 41; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 563 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh
# see: dh_installdeb(1)

set -e

# summary of how this script can be called:
#        * <new-preinst> `install'
#        * <new-preinst> `install' <old-version>
#        * <new-preinst> `upgrade' <old-version>
#        * <old-preinst> `abort-upgrade' <new-version>
# for details, see http://www.debian.org/doc/debian-policy/ or
# the debian-policy package

dpkg-maintscript-helper rm_conffile /etc/init.d/microcode.ctl -- "$@"

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0