summarylogtreecommitdiffstats
path: root/holodev.install
blob: f42fa5395878efee804b0910055cd51cae91c643 (plain)
1
2
3
4
5
6
7
post_install() {
  holodev setup
}

post_upgrade() {
	post_install 
}