Codebase list metche / 5d6cbd9
Don't prepend full path to ucf in postrm. Spotted by Lintian's command-with-path-in-maintainer-script warning. intrigeri 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
44 case "$1" in
55 purge)
66 # Remove metche.conf from ucf's database if ucf is available
7 if [ -x /usr/bin/ucf ]; then
7 if which ucf >/dev/null; then
88 ucf --purge /etc/metche.conf
99 fi
1010