5e1a40ef41
Signed-off-by: Mingi Sung <fiestalake@disroot.org>
8 lines
202 B
Text
8 lines
202 B
Text
post_install() {
|
|
setcap cap_sys_nice+ep usr/bin/gnome-shell
|
|
echo "[Recommendation] Add rt-scheduler to /org/gnome/mutter/experimental-features in dconf setting"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|