mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00

Requires package libxil from other repo built and installed. $ cd packaging/archlinux $ makepkg $ sudo pacman -U villas-node-*
4 lines
54 B
Text
Executable file
4 lines
54 B
Text
Executable file
post_install() {
|
|
echo "Running ldconfig"
|
|
ldconfig
|
|
}
|