void-packages/srcpkgs/util-linux/libblkid.template
2012-02-24 18:16:41 +01:00

11 lines
252 B
Plaintext

# Template file for 'libblkid'.
#
short_desc="Library to handle device identification"
long_desc="
The libblkid package contains a library to handle device identification
and token extraction."
do_install() {
vmove "usr/lib/libblkid.so*" usr/lib
}