diff options
author | Cecil <knoppmyth@gmail.com> | 2011-07-05 03:12:13 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-07-05 03:12:13 (GMT) |
commit | 3d9055758fe36e41fa2e2f97e02f152921b7cbee (patch) | |
tree | 860b0b4ac22213d8e7ec1c71e5fd143a4399bf71 /abs/core/jack-audio-connection-kit/jack-audio-connection-kit.install | |
parent | 3f7ae31f8be2eb08c436df6449f8e35050d415a3 (diff) | |
download | linhes_pkgbuild-3d9055758fe36e41fa2e2f97e02f152921b7cbee.zip linhes_pkgbuild-3d9055758fe36e41fa2e2f97e02f152921b7cbee.tar.gz linhes_pkgbuild-3d9055758fe36e41fa2e2f97e02f152921b7cbee.tar.bz2 |
jack-audio-connection:Removed, replaced by jack.
Diffstat (limited to 'abs/core/jack-audio-connection-kit/jack-audio-connection-kit.install')
-rw-r--r-- | abs/core/jack-audio-connection-kit/jack-audio-connection-kit.install | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/abs/core/jack-audio-connection-kit/jack-audio-connection-kit.install b/abs/core/jack-audio-connection-kit/jack-audio-connection-kit.install deleted file mode 100644 index cdbedb8..0000000 --- a/abs/core/jack-audio-connection-kit/jack-audio-connection-kit.install +++ /dev/null @@ -1,34 +0,0 @@ - -post_install() { - cat << EOM - - --> It is recommended to use qjackctl as a controlling frontend for the - --> audio server. The extended rights for realtime capabilities can be - --> granted based on groups or a per user base in - --> /etc/security/limits.conf - - --> The audio server comes with a daemon script that runs it as root. - --> Configuration happens in /etc/conf.d/jack-audio-connection-kit and is - --> documented there. - --> NOTE: Running jack as root to enable realtime capabilities isn't - --> needed any longer. - -EOM -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - /bin/true -} - -post_remove() { - /bin/true -} - -op=$1 -shift - -$op $* |