Skip to content
Snippets Groups Projects
Commit bea8577c authored by Natanael Copa's avatar Natanael Copa
Browse files

abuild: cleanup. remove dead code

Not been used for ages.
parent c98b47b7
No related merge requests found
......@@ -944,14 +944,9 @@ default_doc() {
rm -f "$subpkgdir/usr/share/info/dir"
# # compress info and man pages
# find "$subpkgdir/usr/share" \( -name '*.info' -o -name '*.info-[1-9]' \
# -o -name '*.[1-9]' \) -exec gzip {} \;
# remove if empty, ignore error (not empty)
rmdir "$pkgdir/usr/share" "$pkgdir/usr" 2>/dev/null
# [ -d "$subpkgdir/usr/share/man" ] && depends="man"
return 0
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment