Add $register_shell var, to (un)register shells at post-{inst,rm} for binpkgs.
Multiple shells can be (un)registered by a single package, like: register_shell="/bin/zsh-foo /bin/zsh-blah" --HG-- extra : convert_revision : 0172a74b41e26089da97fcdc8cc2d5cb6ae147f2
This commit is contained in:
parent
c2228d084b
commit
855ec90fdf
5 changed files with 12 additions and 2 deletions
|
@ -61,7 +61,7 @@ reset_tmpl_vars()
|
|||
local TMPL_VARS="pkgname distfiles configure_args configure_env \
|
||||
make_build_args make_install_args build_style \
|
||||
short_desc maintainer long_desc checksum wrksrc \
|
||||
patch_files make_cmd base_chroot \
|
||||
patch_files make_cmd base_chroot register_shell \
|
||||
make_build_target configure_script \
|
||||
pre_configure pre_build pre_install post_install \
|
||||
make_install_target version \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue