updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / psybnc / psybnc.install
blob924aeff24f9851e40515ca4d23f2273ee2dbf55b
1 pre_install() {
2   /bin/true
5 post_install() {
6   echo -e "Run cd /usr/share/psybnc && make menuconfig after install."
9 pre_upgrade() {
10   /bin/true
13 post_upgrade() {
14   /bin/true
17 pre_remove() {
18   /bin/true
21 post_remove() {
22   /bin/true
25 # vim:set ts=2 sw=2 et: