update install script
This commit is contained in:
parent
4571e2890b
commit
5738263134
1 changed files with 2 additions and 0 deletions
2
install
2
install
|
|
@ -24,6 +24,8 @@
|
|||
INSTALL_DIR=$1
|
||||
SCRIPTS_DIR=$INSTALL_DIR/usr/share/libalpm/scripts/
|
||||
HOOKS_DIR=$INSTALL_DIR/usr/share/libalpm/hooks/
|
||||
install -d $HOOKS_DIR
|
||||
install -d $SCRIPTS_DIR
|
||||
install -Dm 755 snap-pac $SCRIPTS_DIR
|
||||
install -Dm 644 00_snapper-pre.hook $HOOKS_DIR
|
||||
install -Dm 644 zz_snapper-post.hook $HOOKS_DIR
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue