summarylogtreecommitdiffstats
path: root/gpu-screen-recorder-ui.install
blob: 02a3410aee7042d6c447ddfc47bdcb41460a16f8 (plain)
1
2
3
4
5
6
7
post_install() {
    echo "You can start the overlay UI at system startup by running 'systemctl enable --now --user gpu-screen-recorder-ui' and press Alt+Z to show/hide the UI"
}

post_upgrade() {
    echo "GPU Screen Recorder UI has updated. Run 'systemctl restart --user gpu-screen-recorder-ui' to use the new version of the software without rebooting"
}