X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=mkosi.postinst;fp=mkosi.postinst;h=c7548ece930fb30b92fca8ce5d22cb7181cdadbe;hp=0000000000000000000000000000000000000000;hb=e484c80ea0ced66f8e028e8662a47f80c28da88d;hpb=ae597bec20698647ac34a250abaec0a7c4591722 diff --git a/mkosi.postinst b/mkosi.postinst new file mode 100755 index 00000000..c7548ece --- /dev/null +++ b/mkosi.postinst @@ -0,0 +1,7 @@ +#!/bin/sh + +if [ "$1" = "final" ]; then + # disabled for now; the postinst scripts can’t run in the built image + #dpkg --install /*.deb + : # `if` bodies can’t be empty +fi