10 lines
196 B
Bash
10 lines
196 B
Bash
#!/bin/sh
|
|
# /etc/glacier/hooks.sh
|
|
# Hooks that will be run while calling Glacier
|
|
# DO NOT DELETE THE 2 HOOKS BELOW
|
|
|
|
source /etc/glacier.conf
|
|
source /etc/make.conf
|
|
|
|
# Custom hooks can be put below
|