summarylogtreecommitdiffstats
path: root/mutter.install
diff options
context:
space:
mode:
Diffstat (limited to 'mutter.install')
-rw-r--r--mutter.install7
1 files changed, 3 insertions, 4 deletions
diff --git a/mutter.install b/mutter.install
index e295b50e3f8f..20cd64050774 100644
--- a/mutter.install
+++ b/mutter.install
@@ -1,14 +1,13 @@
tip() {
- echo -e "\n\n\n"
+ echo -e "\n"
echo -e "\033[31m === use 'mutter_setting' command to set window rounded radius. === \033[0m"
- echo -e "\n\n\n"
+ echo -e "\n"
}
post_install() {
tip
- setcap cap_sys_nice+ep usr/bin/mutter
}
post_upgrade() {
- post_install
+ tip
}