]> WPIA git - gigi.git/blob - mkosi.postinst
Merge changes I7ab53fa7,Id4354942
[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