diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/proto/vol/mkpkg | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/proto/vol/mkpkg')
-rw-r--r-- | pkg/proto/vol/mkpkg | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pkg/proto/vol/mkpkg b/pkg/proto/vol/mkpkg new file mode 100644 index 00000000..bcd5e283 --- /dev/null +++ b/pkg/proto/vol/mkpkg @@ -0,0 +1,21 @@ +# MKPKG file for the VOL Package + +$call update +$exit + +update: + $call update@src + + $ifeq (HOSTID, vms) $purge [...] $endif + ; + +relink: + $call relink@src + + $ifeq (HOSTID, vms) $purge [...] $endif + ; + +install: + $call install@src + ; + |