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