debian-galaxy-a20e/rootfs/var/lib/dpkg/info/nano.prerm

11 lines
153 B
Plaintext
Raw Normal View History

2026-08-27 13:48:54 +00:00
#!/bin/sh
set -e
if [ "$1" != "upgrade" ]; then
update-alternatives --remove editor /bin/nano
update-alternatives --remove pico /bin/nano
fi