Handle remctl results that are larger than a single pipe buffer
[invirt/packages/invirt-base.git] / scripts / invirt-reload
index 84dbe7a..7792f50 100755 (executable)
@@ -1,9 +1,10 @@
 #!/bin/bash
 
-if [ "$DPKG_MAINTSCRIPT_PACKAGE" != '' ] && \
+if [ x"$INVIRT_RELOAD_NOTRIGGER" = x ] && \
+    [ "$DPKG_MAINTSCRIPT_PACKAGE" != '' ] && \
     [ $# = 0 ] && \
     dpkg-trigger --check-supported 2>/dev/null; then
-    if dpkg-trigger --no-await invirt-base; then
+    if dpkg-trigger --no-await invirt-reload; then
         echo "invirt-reload: deferring update (trigger activated)"
         exit 0
     fi