File: ifscheme.preinst

package info (click to toggle)
ifscheme 1.7-6
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 240 kB
  • sloc: sh: 925; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/sh -e

if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt "1.5-3" ; then
	update-rc.d -f ifscheme remove
fi

##DEBHELPER##