File: python3-swiftclient.prerm

package info (click to toggle)
python-swiftclient 1%3A3.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,132 kB
  • ctags: 1,125
  • sloc: python: 13,833; makefile: 116; sh: 84
file content (11 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "remove" ] ; then
	update-alternatives --remove swift /usr/bin/python3-swift
fi

#DEBHELPER#

exit 0