diff --git a/uninstall.fish b/uninstall.fish new file mode 100755 index 0000000..ab80864 --- /dev/null +++ b/uninstall.fish @@ -0,0 +1,9 @@ +#!/bin/fish + +for x in (ls ./hooks) + rm "/usr/share/libalpm/hooks/$x" +end + +for x in (ls ./scripts) + rm "/usr/share/libalpm/scripts/$x" +end