]> WPIA git - gigi.git/blob - mkosi.postinst
fix: change wording of error message
[gigi.git] / mkosi.postinst
1 #!/bin/sh
2
3 if [ "$1" = "final" ]; then
4     # disabled for now; the postinst scripts can’t run in the built image
5     #dpkg --install /*.deb
6     : # `if` bodies can’t be empty
7 fi