fresh-editor 0.2.11

A lightweight, fast terminal-based text editor with LSP support and TypeScript plugins
Documentation
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

# Remove symlink when package is removed
if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then
    rm -f /usr/bin/fresh
fi

#DEBHELPER#