summaryrefslogtreecommitdiff
path: root/p/yi/debian/yi.prerm
blob: 4b0f4738e0ab16ac41eb690ff1f8b4ae28eda65e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

if [ "$1" != "upgrade" ]
then
  update-alternatives --remove editor /usr/bin/yi
fi

#DEBHELPER#

exit 0