|
- fix incorrect install mode for knobs-daemon.service
- move management of subcommand symlinks to knobs.install:
- a subcommand symlink is created only if a command by the same
name does not already exist
- a subcommand symlink is removed only if it is a symlink pointing
to the knobs binary
- this allows knobs to be installed successfully in the case
where another package provides commands of the same name
- the result of each symlink operation is printed at post_install,
post_upgrade, and post_remove
|