can't have an empty function
authorAJ ONeal <coolaj86@gmail.com>
Sun, 14 Jun 2020 09:30:56 +0000 (03:30 -0600)
committerAJ ONeal <coolaj86@gmail.com>
Sun, 14 Jun 2020 09:30:56 +0000 (03:30 -0600)
caddy/install.bash

index 449789e8400c2006b2ed47e36f4f1a39204c5ea1..05366cd45534fa1c529b81a923c01c5e6ee53445 100644 (file)
@@ -33,6 +33,7 @@ pkg_format_cmd_version() {
 
 pkg_link_new_version() {
     # caddy is just a single file, no directory linking to do
+    true
 }
 
 pkg_pre_install() {