summarylogtreecommitdiffstats
path: root/mutter.install
diff options
context:
space:
mode:
authorLuoYi2021-10-01 11:08:30 +0800
committerLuoYi2021-10-01 11:08:30 +0800
commitcf46f104d8acbe30108fb179b12f0e3c1e6c6440 (patch)
tree82ddabe46003dad255471324a62278ffcd6b9d07 /mutter.install
parente21c6238e435363769fdee505101f44d83245bee (diff)
downloadaur-cf46f104d8acbe30108fb179b12f0e3c1e6c6440.tar.gz
update to v40.5
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
}