webi/template.bash => _webi/template.sh

This commit is contained in:
AJ ONeal
2020-06-17 20:33:07 -06:00
parent a0c9f74394
commit df64451d4c
7 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ pkg_link() {
}
pkg_pre_install() {
# web_* are defined in webi/template.bash at https://github.com/webinstall/packages
# web_* are defined in _webi/template.sh at https://github.com/webinstall/packages
# if selected version is installed, re-link it and quit
webi_check
@@ -70,7 +70,7 @@ pkg_install() {
pkg_post_install() {
pkg_link
# web_path_add is defined in webi/template.bash at https://github.com/webinstall/packages
# web_path_add is defined in _webi/template.sh at https://github.com/webinstall/packages
webi_path_add "$pkg_dst_bin"
}