mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
11 lines
205 B
Text
11 lines
205 B
Text
# Template file for 'mdbtools-docs'.
|
|
#
|
|
short_desc="${short_desc} (Documentation)"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the mdbtools manpage(s)."
|
|
|
|
do_install()
|
|
{
|
|
vmove usr/share/man usr/share
|
|
}
|