Files
vim-ale/pathman/install.sh
2021-04-26 07:03:47 +00:00

17 lines
234 B
Bash

#!/bin/bash
set -e
set -u
pkg_cmd_name="pathman"
WEBI_SINGLE=true
pkg_get_current_version() {
echo $(pathman version 2> /dev/null | head -n 1 | cut -d ' ' -f2 | sed 's:^v::')
}
pkg_done_message() {
# no message
true
}