aboutsummarylogtreecommitdiffstats
path: root/advice.install
blob: dbcfe87a808317772a963c045706fc42d8416078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install()
{
  echo -e "\nThank you for choosing blindpaste"
  echo -e "For a better experience with this software, consider adding the line\n"
  echo -e "\t\033[1;36malias bp='blindpaste'\033[0m\n"
  echo -e "to the bottom of ~/.bashrc\n"
}

post_upgrade()
{
  post_install
}

post_remove()
{
  echo -e "\nThank you for using blindpaste"
  echo -e "Don't forget to remove the line\n"
  echo -e "\t\033[1;36malias bp='blindpaste'\033[0m\n"
  echo -e "from ~/.bashrc\n"
}