From cf9955dbc35e8e3bb9ac8febbec76cfecd7e739b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 4 Mar 2025 23:28:19 +0100 Subject: Convert to meson project --- uninstall.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 uninstall.sh (limited to 'uninstall.sh') diff --git a/uninstall.sh b/uninstall.sh new file mode 100644 index 0000000..a1acbbf --- /dev/null +++ b/uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/sh -e + +script_dir=$(dirname "$0") +cd "$script_dir" + +[ $(id -u) -ne 0 ] && echo "You need root privileges to run the uninstall script" && exit 1 + +ninja -C build uninstall + +echo "Successfully uninstalled quickmedia" \ No newline at end of file -- cgit v1.2.3-70-g09d2