Find and remove defined patch.

This commit is contained in:
Luis Guzman 2022-05-13 18:02:56 -05:00
parent 8b53d8670c
commit 2ae36e17d1

View file

@ -267,7 +267,7 @@ fi
}
remove_patch(){
rm debian/patches/$1
rm "$(find debian/patches -name "$1")"
sed -i "/$1/d" debian/patches/series
}