File: python-linux-procfs.prerm

package info (click to toggle)
python-linux-procfs 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 196 kB
  • sloc: python: 793; makefile: 45; sh: 30
file content (8 lines) | stat: -rw-r--r-- 120 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

if [ "$1" != "upgrade" ]; then
  update-alternatives --remove pflags /usr/bin/pflags2
fi

#DEBHELPER#