File: python3-linux-procfs.preinst

package info (click to toggle)
python-linux-procfs 0.6.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 160 kB
  • sloc: python: 801; makefile: 32; sh: 4
file content (8 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt-nl "0.6.3-1.0" ; then
  update-alternatives --remove pflags /usr/bin/pflags3
fi

#DEBHELPER#