autofs: typo fix for previous.

This commit is contained in:
Juan RP 2015-01-11 12:48:10 +01:00
parent 97f850546e
commit 1e86f0cf50

View file

@ -26,5 +26,5 @@ post_install() {
vsv $pkgname
# Remove unused stuff
rm ${DESTDIR}/usr/share/man/man5/autofs.5
rm -r ${DESTDIR}/etc/defaults
rm -r ${DESTDIR}/etc/default
}