Ported the Gaim plugin to Pidgin.
[doldaconnect.git] / clients / gaim / install
1 #!/bin/sh
2 make install DESTDIR=$PWD/inst
3 rm -f $HOME/.gaim/plugins/libdolcon-gaim.so
4 cp inst/usr/local/lib/gaim/libdolcon-gaim.so $HOME/.gaim/plugins
5 rm -rf inst