File: neovim-qt.postinst

package info (click to toggle)
neovim-qt 0.2.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,552 kB
  • sloc: cpp: 42,758; python: 234; makefile: 18; sh: 17
file content (9 lines) | stat: -rw-r--r-- 120 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

update-alternatives --install /usr/bin/gvim gvim /usr/libexec/neovim-qt/gvim 50

#DEBHELPER#

exit 0