File: python-ethtool.prerm

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

if [ "$1" != "upgrade" ]; then
  update-alternatives --remove pethtool /usr/sbin/pethtool2
  update-alternatives --remove pifconfig /usr/sbin/pifconfig2
fi

#DEBHELPER#