summarylogtreecommitdiffstats
path: root/xfce4-datetime-plugin.install
blob: b897dbe099516357dbc18e732ed378446b835aa8 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo "=> The datetime plugin is unmaintained. Consider switching"
  echo "   to the panel's clock plugin which has similar features."
}

post_upgrade() {
  post_install
}

# vim:set ts=2 sw=2 et: