mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-09 17:20:57 +00:00
8 lines
108 B
Text
8 lines
108 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
if [ "$1" != "upgrade" ]; then
|
||
|
|
update-alternatives --remove editor /usr/bin/micro
|
||
|
|
fi
|