mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-04 15:10:27 +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
|