PKGBUILDs/extra/kvm/kvm.install

18 lines
171 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
# kvm: the new package version
post_install() {
groupadd kvm -f -g 78
}
post_upgrade() {
post_install $1
}
post_remove() {
#
groupdel kvm
}
op=$1
shift
$op $*