DEBSOURCES
Skip Quicknav
sources / python-linux-procfs / 0.6.1-1 / debian / python-linux-procfs.prerm
12345678
#!/bin/sh set -e if [ "$1" != "upgrade" ]; then update-alternatives --remove pflags /usr/bin/pflags2 fi #DEBHELPER#