summarylogtreecommitdiffstats
path: root/version.install
blob: 01b869028636a05d21c3642cbd627e1454eef4b9 (plain)
1
2
3
4
5
6
7
8
9
post_upgrade() {
  setconf -a /etc/os-release VERSION_ID=`date +"%Y.%d.%m"`
}

post_install() {
  post_upgrade
}

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