Last change
on this file since eda54e4 was
19a8088,
checked in by Wilmer van der Gaast <wilmer@…>, at 2007-07-05T23:36:48Z
|
Adding debian/ tree to the repository again. Updated it to include all
1.0.x versions and some other changes. Might soon start building snapshots
again. :-)
|
-
Property mode set to
100755
|
File size:
209 bytes
|
Line | |
---|
1 | #!/bin/sh -e |
---|
2 | |
---|
3 | if [ "$1" = "upgrade" ]; then |
---|
4 | ## To prevent the help function from breaking in currently running BitlBee processes |
---|
5 | rm -f /usr/share/bitlbee/help.txt |
---|
6 | else |
---|
7 | /etc/init.d/bitlbee stop || exit 0 |
---|
8 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.