void-packages/srcpkgs/file/libmagic.template

11 lines
222 B
Plaintext
Raw Normal View History

2013-01-04 07:28:59 +01:00
# Template file for 'libmagic'.
#
short_desc="File type identification library"
replaces="file<5.12"
do_install() {
2013-03-27 08:28:54 +01:00
vmove "usr/lib/*.so*" usr/lib
2013-01-04 07:28:59 +01:00
vmove usr/share/misc usr/share
vmove usr/share/man/man4 usr/share/man
}