repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
alltray-scriptable
/
alltray-scriptable.install
blob
60c19bd4ee22931f7d69712cd036b67abcbba9b6
1
post_install() {
2
echo ">> To make alltrays running a command close or undock gracefully,"
3
echo ">> tocuh /etc/alltray/<command>/{close, undock}. Remember to delete it after."
4
echo ">> Basically this just makes it so you don't have to click the tray."
5
}
6
7
op=$1
8
shift
9
10
$op $*