Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/postinst

    r7448e1b r19a8088  
    4646db_stop
    4747
    48 ## Restore the helpfile in case we weren't upgrading but just reconfiguring:
    49 if [ -e /usr/share/bitlbee/help.upgrading ]; then
    50         if [ -e /usr/share/bitlbee/help.txt ]; then
    51                 rm -f /usr/share/bitlbee/help.upgrading
    52         else
    53                 mv /usr/share/bitlbee/help.upgrading /usr/share/bitlbee/help.txt
    54         fi
    55 fi
    56 
    5748if [ -n "$2" -a "$BITLBEE_UPGRADE_DONT_RESTART" != "1" ]; then
    5849        /etc/init.d/bitlbee restart
Note: See TracChangeset for help on using the changeset viewer.