void-packages/srcpkgs/parted/libparted.template
2012-01-26 14:08:02 +01:00

11 lines
257 B
Plaintext

# Template file for 'libparted'.
#
short_desc="The GNU Parted disk partitioning shared library"
long_desc="${long_desc}
This package contains libparted, the required shared library used by Parted."
do_install() {
vmove "usr/lib/libparted.so*" usr/lib
}