diff --git a/packaging/ubuntu/postinst_append b/packaging/ubuntu/postinst_append index 802b4ba5e..43b10214d 100755 --- a/packaging/ubuntu/postinst_append +++ b/packaging/ubuntu/postinst_append @@ -1,4 +1,8 @@ +( + +sleep 10 + zenity --question --text="LBRY Installed\n\nRun LBRY now?" --title="LBRY Installed" --ok-label=" Yes" \ --cancel-label=" No" --icon-name="system-software-install" @@ -20,3 +24,5 @@ lbry://lbry in your browser." --title="LBRY Installed" --icon-name="system-software-install" fi + +) &