6 lines
121 B
Bash
6 lines
121 B
Bash
#!/bin/sh
|
|
# Hooks to be executed before performing an operation on a package
|
|
|
|
printf "No hooks to be executed.\n"
|
|
exit 0
|