File: python-schedutils.prerm

package info (click to toggle)
python-schedutils 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 192 kB
  • sloc: ansic: 344; python: 235; makefile: 56; sh: 38
file content (9 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

if [ "$1" != "upgrade" ]; then
  update-alternatives --remove pchrt /usr/bin/pchrt2
  update-alternatives --remove ptaskset /usr/bin/ptaskset2
fi

#DEBHELPER#