summarylogtreecommitdiffstats
path: root/gnome-shell.install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-shell.install')
-rw-r--r--gnome-shell.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnome-shell.install b/gnome-shell.install
new file mode 100644
index 000000000000..131ab8b0176c
--- /dev/null
+++ b/gnome-shell.install
@@ -0,0 +1,8 @@
+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()
+}