1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/packaging/archlinux/villas-node.install
daniel-k 951847e272 packaging: add Archlinux packaging and update libxil submodule
Requires package libxil from other repo built and installed.

$ cd packaging/archlinux
$ makepkg
$ sudo pacman -U villas-node-*
2017-11-07 11:09:16 +01:00

4 lines
54 B
Text
Executable file

post_install() {
echo "Running ldconfig"
ldconfig
}