]> git.donarmstrong.com Git - neurodebian.git/blobdiff - debian/neurodebian-popularity-contest.postrm
Fixing bashism in popcon post-scripts -- no "+=" operator
[neurodebian.git] / debian / neurodebian-popularity-contest.postrm
index b392f7bfb28416d0c1e38094bcdc56485db8016e..6615555b99f81749e61ae8bc544a63d76919a093 100755 (executable)
@@ -10,7 +10,8 @@ if [ "$1" = "purge" ]; then
                echo "Removing NeuroDebian url for Popularity Contest submissions."
                # First remove any explicit mentioning and then empty additions
                sed -i -e 's,http://neuro.debian.net/cgi-bin/popcon-submit.cgi,,g' \
-                          -e '/SUBMITURLS+=" *"/d'\
+                          -e '/SUBMITURLS+=" *"/d' \
+                          -e '/SUBMITURLS="$SUBMITURLS *"/d' \
                        "$popcon_conf"
        fi
 fi