From 02c0f618e685383db6064e1feff918d5e737436a Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Tue, 9 Dec 2014 20:45:00 +0000 Subject: [PATCH] Re-enable sedscript cleanup now that I'm done testing it. --- debian/dump1090-mutability.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/dump1090-mutability.postinst b/debian/dump1090-mutability.postinst index 2be58a9..2402a19 100644 --- a/debian/dump1090-mutability.postinst +++ b/debian/dump1090-mutability.postinst @@ -89,7 +89,7 @@ case "$1" in cp -a -f $CONFIGFILE $CONFIGFILE.tmp sed -f $SEDSCRIPT < $CONFIGFILE > $CONFIGFILE.tmp mv -f $CONFIGFILE.tmp $CONFIGFILE - #rm $SEDSCRIPT + rm $SEDSCRIPT db_get $NAME/auto-start if [ "$RET" = "true" ]; then