2022-05-31 09:20:51 -04:00
|
|
|
#!/bin/sh
|
|
|
|
# /etc/glacier/hooks.sh
|
|
|
|
# Hooks that will be run while calling Glacier
|
2022-06-06 10:59:08 -04:00
|
|
|
# DO NOT DELETE THE 2 HOOKS BELOW
|
2022-05-31 09:20:51 -04:00
|
|
|
|
|
|
|
source /etc/glacier.conf
|
|
|
|
source /etc/make.conf
|
2022-06-06 10:59:08 -04:00
|
|
|
|
|
|
|
# Custom hooks can be put below
|