summarylogtreecommitdiffstats
path: root/elegance-colors.install
blob: 461001117051cbe472cf4276809f4683252752a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  gtk-update-icon-cache -q /usr/share/icons/hicolor

  echo -e "\e[34;1m==>\e[39;1m NOTE: Start the elegance-colors daemon process prior to configuring a theme. \e[0m"
  echo -e "\e[34;1m==>\e[39;1m Do so by running "elegance-colors" in a terminal. \e[0m"
}

post_upgrade() {
  post_install
}

post_remove() {
  gtk-update-icon-cache -q /usr/share/icons/hicolor
}