summarylogtreecommitdiffstats
path: root/cpp-ps1.install
blob: 226192a9ce7a011a9aa3af89beac033606401442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

post_install() {
  echo ""
  echo "This binary provides a PS1 function implementation written in C++, usefull for developers."
  echo ""
  echo "Edit your ~/.bashrc and add the following line"
  echo "    source <(/usr/bin/cpp-ps1 --source)"
  echo ""
}
post_upgrade() {
  post_install
}