abuild: cleanup. remove dead code
Not been used for ages.
This commit is contained in:
parent
c98b47b7ad
commit
bea8577c43
@ -944,14 +944,9 @@ default_doc() {
|
|||||||
|
|
||||||
rm -f "$subpkgdir/usr/share/info/dir"
|
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)
|
# remove if empty, ignore error (not empty)
|
||||||
rmdir "$pkgdir/usr/share" "$pkgdir/usr" 2>/dev/null
|
rmdir "$pkgdir/usr/share" "$pkgdir/usr" 2>/dev/null
|
||||||
|
|
||||||
# [ -d "$subpkgdir/usr/share/man" ] && depends="man"
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user