#!/bin/sh if [ "x$2" != "xPOST-DEINSTALL" ]; then exit 0; fi echo "Killing aprsd if running" kill -9 `cat /var/run/aprsd.pid` rm -f /var/run/aprsd.pid cat<
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable stage,bapt2013-10-211-14/+8
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Fix build with libc++bapt2013-09-071-0/+10
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* Update to 1.3.0ehaupt2013-05-073-9/+5
* - update to 1.2.2bapt2011-09-272-4/+3
* Update to 1.2.1.kwm2011-06-282-3/+3
* Update to 1.2.0.kwm2011-02-283-5/+4
* Update to 1.0.0.kwm2010-08-193-6/+6
* Add LICENSE* informationlioux2010-06-131-0/+3
* - Update to 0.8.0sylvio2010-05-302-4/+4
* Mark MAKE_JOBS_SAFE for SMP compilationlioux2009-03-261-0/+1
* Update to 0.7.8ahze2008-03-093-9/+7