[hamradio-commits] [dump1090-mutability] 26/172: Re-enable sedscript cleanup now that I'm done testing it.

Matteo F. Vescovi mfv at moszumanska.debian.org
Sun Jan 28 13:45:42 UTC 2018


This is an automated email from the git hooks/post-receive script.

mfv pushed a commit to branch master
in repository dump1090-mutability.

commit b6374188e3dc2f9fc156762d543a8671d32316b7
Author: Oliver Jowett <oliver at mutability.co.uk>
Date:   Tue Dec 9 20:45:00 2014 +0000

    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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090-mutability.git



More information about the pkg-hamradio-commits mailing list