|
@@ -184,7 +184,7 @@ set -e
|
|
# Pass maintainer script parameters to hook scripts
|
|
# Pass maintainer script parameters to hook scripts
|
|
export DEB_MAINT_PARAMS="\$*"
|
|
export DEB_MAINT_PARAMS="\$*"
|
|
|
|
|
|
-test -d $debhookdir/$script.d && run-parts --arg="$version" $debhookdir/$script.d
|
|
|
|
|
|
+test -d $debhookdir/$script.d && run-parts --arg="$version" --arg="/$installed_image_path" $debhookdir/$script.d
|
|
exit 0
|
|
exit 0
|
|
EOF
|
|
EOF
|
|
chmod 755 "$tmpdir/DEBIAN/$script"
|
|
chmod 755 "$tmpdir/DEBIAN/$script"
|