aboutsummaryrefslogtreecommitdiffstats
path: root/debian/bitlbee-common.postinst
Commit message (Collapse)AuthorAgeLines
* debian: drop support for /etc/default/bitlbeedequis2017-01-02-46/+6
| | | | | | | | | | It was broken with the transition to systemd and doesn't seem worth fixing - it's redundant with bitlbee.conf and not much more than a source of confusion for users. This also removes all the debconf stuff and all the translations which are not used anymore (that looked a bit excessive for something that just asks for a port number)
* debian: Don't skip debhelper steps when upgradingdequis2016-12-27-2/+2
| | | | I think this is the thing that was stopping systemd units from enabling
* debian: check if sysv script exists before calling invoke-rc.ddequis2016-09-21-1/+1
| | | | | | | In the postinst script, the part that isn't handled by debhelper and i'm not really sure why i'm keeping. Thanks Raku for reporting/testing this.
* debian: add #DEBHELPER# tag to maintscriptsdequis2016-06-14-5/+1
| | | | | So that the systemd debhelper stuff can do its job. Also fixes a lintian warning.
* 3.2.2-1. Minor change, removed very old compatibility kludge.3.2.2-1Wilmer van der Gaast2014-10-05-15/+2
|
* * debian/{*.postinst, *.postrm}: use set -e in the body of theأحمد المحمودي (Ahmed El-Mahmoudy)2010-10-25-1/+3
| | | | | script.
* Replace 'type' with 'which' to avoid bashismأحمد المحمودي (Ahmed El-Mahmoudy)2010-10-25-2/+2
|
* Alternative way for detecting upgrades: This should make sure that bitlbeeWilmer van der Gaast2010-08-18-2/+15
| | | | | | gets restarted, even when upgrading from versions that don't have a separate -common package.
* Move scripts, debconf and /etc stuff to bitlbee-common and really haveWilmer van der Gaast2010-08-18-0/+94
*just* the binary in bitlbee{,-libpurple}. This should fix issues with installing the package on a clean machine.