mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-09 12:05:09 +02:00
13 lines
246 B
Text
13 lines
246 B
Text
# Template file for 'liblightdm-qt'.
|
|
#
|
|
revision=1
|
|
short_desc="${short_desc} - QT support library"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the QT support library for LightDM."
|
|
|
|
|
|
do_install()
|
|
{
|
|
vmove "usr/lib/liblightdm-qt*.so*" usr/lib
|
|
}
|