From e886ef16165ce054ed476fe66654193e3f773e3f Mon Sep 17 00:00:00 2001 From: Adrian Wannenmacher Date: Fri, 25 Sep 2020 14:49:07 +0200 Subject: [PATCH] Add an install script --- install.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 install.fish diff --git a/install.fish b/install.fish new file mode 100755 index 0000000..95b094d --- /dev/null +++ b/install.fish @@ -0,0 +1,4 @@ +#!/bin/fish + +cp ./hooks/* /usr/share/libalpm/hooks/ +cp ./scripts/* /usr/share/libalpm/scripts/