blob: 982671ad7e948fe7579997af4c8c363c4c94b7ba (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
setcap cap_setuid+ep usr/bin/gsr-global-hotkeys
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() {
setcap cap_setuid+ep usr/bin/gsr-global-hotkeys
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"
}
|