summarylogtreecommitdiffstats
path: root/alltray-scriptable.install
blob: 60c19bd4ee22931f7d69712cd036b67abcbba9b6 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo ">> To make alltrays running a command close or undock gracefully,"
  echo ">> tocuh /etc/alltray/<command>/{close, undock}. Remember to delete it after."
  echo ">> Basically this just makes it so you don't have to click the tray."
}

op=$1
shift

$op $*