diff --git a/install_lib.sh b/install_lib.sh deleted file mode 100755 index f48d482..0000000 --- a/install_lib.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -TARGET=$1 - -if [[ -z "$TARGET" ]] -then - TARGET="debug" -fi - -echo "Copying library to mpv scripts directory..." -cp "target/$TARGET/libmpv_rpc.so" "$HOME/.config/mpv/scripts/" \ No newline at end of file diff --git a/rm_lib.sh b/rm_lib.sh deleted file mode 100755 index b4ef392..0000000 --- a/rm_lib.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -rm "$HOME/.config/mpv/scripts/libmpv_rpc.so" > /dev/null 2>&1 \ No newline at end of file