diff --git a/misc/entropy.sh b/misc/entropy.sh index 8708eb8de..ea20a5ecc 100755 --- a/misc/entropy.sh +++ b/misc/entropy.sh @@ -18,6 +18,10 @@ # Pre-declared public functions +pkg_setup() { + return 0 +} + pkg_preinst() { return 0 }