mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 17:26:11 +00:00
5 lines
136 B
Bash
5 lines
136 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
test -e $MESON_INSTALL_DESTDIR_PREFIX/$2 && rm -f $MESON_INSTALL_DESTDIR_PREFIX/$2
|
||
|
ln -s $1 $MESON_INSTALL_DESTDIR_PREFIX/$2
|