debian/littlebird-tc-core.postrm
changeset 56 f6d750acf0cf
parent 54 706239603081
child 75 a587bc920c3d
equal deleted inserted replaced
55:e586621a78fc 56:f6d750acf0cf
    26 	case "$1" in
    26 	case "$1" in
    27 	purge)
    27 	purge)
    28 	    ucf --debconf-ok --purge /etc/apache2/conf.d/littlebird-tc
    28 	    ucf --debconf-ok --purge /etc/apache2/conf.d/littlebird-tc
    29 
    29 
    30 	    ucfq --with-colons littlebird-tc-core | while IFS=: read file rest
    30 	    ucfq --with-colons littlebird-tc-core | while IFS=: read file rest
    31 	    done
    31 	    do
    32 		ucfr --purge littlebird-tc-core "$file"
    32 		ucfr --purge littlebird-tc-core "$file"
    33 	    done
    33 	    done
    34 
    34 
    35 	    db_subst littlebird-tc/removal action purging || true
    35 	    db_subst littlebird-tc/removal action purging || true
    36 	    db_input high littlebird-tc/removal || true
    36 	    db_input high littlebird-tc/removal || true