mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
elogind: cleanup after doing tests.
This commit is contained in:
parent
1c8a13683a
commit
9c907adbb2
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ pre_check() {
|
|||
echo 'dummy-file' > /etc/os-release
|
||||
}
|
||||
|
||||
post_check() {
|
||||
rm -f /etc/machine-id /etc/os-release
|
||||
}
|
||||
|
||||
post_install() {
|
||||
ln -s libelogind.pc $DESTDIR/usr/lib/pkgconfig/libsystemd.pc
|
||||
ln -s libelogind.pc $DESTDIR/usr/lib/pkgconfig/libsystemd-logind.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue