summarylogtreecommitdiffstats
path: root/gjacktransport.install
blob: 4ae79a260ee80045667692517f57d70ff34683ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
post_install() {
  update-desktop-database -q
}

post_upgrade() {
  post_install
  cat << EOF

  ==> New rc files installed as:
  ==>
  ==> /etc/gjackclockrc.pacnew
  ==> /etc/gjacktransport.pacnew
  ==>
  ==> Remember, due to changes, your old rc files may not work.
  ==> If this happens, replace the old rc with the new one.

EOF
}

post_remove() {
  post_install
}