icons: Change into a hook

Fixes the icons hook to be where the migration script moved it.

Signed-off-by: Stacy Harper <contact@stacyharper.net>
This commit is contained in:
Zach DeCook
2022-02-12 12:01:14 -05:00
committed by Stacy Harper
parent 8e97c84c11
commit ffcfa6f6a4
24 changed files with 46 additions and 51 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/sh
# include common definitions
# shellcheck source=scripts/core/sxmo_icons.sh
. "$(dirname "$0")/sxmo_icons.sh"
# shellcheck source=configs/default_hooks/sxmo_hook_icons.sh
. sxmo_hook_icons.sh
# shellcheck source=scripts/core/sxmo_common.sh
. "$(dirname "$0")/sxmo_common.sh"