10 lines
249 B
Text
10 lines
249 B
Text
# 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/*.so*" usr/lib
|
|
}
|