mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
12 lines
230 B
Text
12 lines
230 B
Text
# Template file for 'systemd-libs'.
|
|
#
|
|
short_desc="${sourcepkg} - runtime libraries"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the runtime libraries."
|
|
|
|
replaces="systemd<43_1"
|
|
|
|
do_install() {
|
|
vmove "usr/lib/*.so*" usr/lib
|
|
}
|