Add hooks.sh for legacy usrpkgs
This commit is contained in:
parent
6dbb63378e
commit
27ec12f373
8
src/hooks.sh
Executable file
8
src/hooks.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
# This file is meant to maintain legacy support.
|
||||
|
||||
printf "This package uses the legacy hooks file (/etc/glacier/hooks.sh).\n"
|
||||
printf ">>> This is not an error. <<< There is no manual intervention needed.\n"
|
||||
printf "If you are the maintainer of this package, please update your usrbuild.sh, usrupdate.sh, and usrremove.sh accordingly.\n"
|
||||
|
||||
source /etc/glacier/hooks && /etc/glacier/hooks
|
Loading…
Reference in New Issue
Block a user