summarylogtreecommitdiffstats
path: root/linux_logo.install
blob: 9fa5d0a45639505e3db3240f00a02e83ca32f5ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo 'TIP:'
  echo '     You can use "rc.d {start|stop} linux_logo" for change the /etc/issue file'
  echo
}

post_upgrade() {
  post_install
}

post_remove() {
  return
}