summarylogtreecommitdiffstats
path: root/mutter.install
blob: 20cd6405077411493098f3f31d2c88086ca384f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
tip() {
  echo -e "\n"
  echo -e "\033[31m === use 'mutter_setting' command to set window rounded radius. === \033[0m"
  echo -e "\n"
}

post_install() {
  tip
}

post_upgrade() {
  tip
}