update hook names in install script
This commit is contained in:
parent
be35509864
commit
bef769fd04
1 changed files with 2 additions and 2 deletions
4
install
4
install
|
|
@ -27,6 +27,6 @@ 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 10_snapper-pre.hook $HOOKS_DIR
|
||||
install -Dm 644 10_snapper-post.hook $HOOKS_DIR
|
||||
install -Dm 644 00_snapper-pre.hook $HOOKS_DIR
|
||||
install -Dm 644 zz_snapper-post.hook $HOOKS_DIR
|
||||
install -Dm 644 LICENSE "$INSTALL_DIR/usr/share/licenses/snap-pac/LICENSE"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue