elogind: cleanup after doing tests.
This commit is contained in:
parent
1c8a13683a
commit
9c907adbb2
|
@ -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…
Reference in New Issue