SHOW:
|
|
- or go back to the newest paste.
| 1 | - | post_install(){
|
| 1 | + | post_install(){
|
| 2 | - | cat << _EOF |
| 2 | + | cat << _EOF |
| 3 | - | ==> ------------------------------- |
| 3 | + | ==> ------------------------------- |
| 4 | - | ==> Optional Dependencies from AUR: |
| 4 | + | ==> Optional Dependencies from AUR: |
| 5 | - | ==> |
| 5 | + | ==> |
| 6 | - | ==> python-wnck: for Desktop-plugin and Intellihide-function. |
| 6 | + | ==> python-wnck: for Desktop-plugin and Intellihide-function. |
| 7 | - | ==> python-pyalsaaudio: for Volume-plugin. |
| 7 | + | ==> python-pyalsaaudio: for Volume-plugin. |
| 8 | - | ==> ------------------------------- |
| 8 | + | ==> python2-pyinotify: menu plugin. |
| 9 | - | _EOF |
| 9 | + | ==> vte: terminal plugin. |
| 10 | - | } |
| 10 | + | ==> python-xlib: systray plugin |
| 11 | ==> ------------------------------- | |
| 12 | _EOF | |
| 13 | } |