diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/jack-audio-connection-kit/jack-audio-connection-kit.install | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/jack-audio-connection-kit/jack-audio-connection-kit.install')
-rw-r--r-- | abs/core-testing/jack-audio-connection-kit/jack-audio-connection-kit.install | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/abs/core-testing/jack-audio-connection-kit/jack-audio-connection-kit.install b/abs/core-testing/jack-audio-connection-kit/jack-audio-connection-kit.install deleted file mode 100644 index cdbedb8..0000000 --- a/abs/core-testing/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 $* |