File: config

package info (click to toggle)
ifhp 3.5.20-17
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 8,004 kB
  • sloc: ansic: 15,006; sh: 12,037; perl: 1,461; makefile: 640; sed: 16
file content (14 lines) | stat: -rwxr-xr-x 251 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e

action=$1
version=$2

if [ "$action" = "configure" ] ; then
  if dpkg --compare-versions "$version" le 3.5.7 ; then
    . /usr/share/debconf/confmodule
    db_input critical ifhp/filters_have_moved || true
    db_go || true
  fi
fi