14 lines
414 B
Text
14 lines
414 B
Text
# Template file for 'device-mapper'
|
|
#
|
|
short_desc="Device Mapper userspace library and tools"
|
|
long_desc="
|
|
This package contains the supporting userspace utility, dmsetup,
|
|
for the kernel device-mapper and its required library, libdevmapper."
|
|
|
|
replaces="lvm2-device-mapper>=0"
|
|
|
|
do_install() {
|
|
vmove "usr/sbin/dm*" sbin
|
|
vmove "usr/lib/libdevmapper.so*" usr/lib
|
|
vmove "usr/share/man/man8/dm*" usr/share/man/man8
|
|
}
|