File: python-swiftclient.postrm

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-- 158 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0