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:
Juan RP 2009-03-14 07:32:48 +01:00
parent c2228d084b
commit 855ec90fdf
5 changed files with 12 additions and 2 deletions

View file

@ -22,6 +22,7 @@ long_desc="
modification."
base_chroot=yes
register_shell="/bin/bash"
Add_dependency run glibc
Add_dependency full ncurses