| Current Path : /var/lib/dpkg/info/ |
| Current File : //var/lib/dpkg/info/elvis-tiny.prerm |
#! /bin/sh set -e if [ "$1" = "remove" ] then update-alternatives --remove vi /usr/bin/elvis-tiny update-alternatives --remove vi /bin/elvis-tiny update-alternatives --remove editor /bin/elvis-tiny fi exit 0