summarylogtreecommitdiffstats
path: root/dell-idractools.install
blob: 4ac376247114b5d82762d7239ab9af09d9406fd8 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  cat<<EOF
By installing this package, you accept the terms of the Dell Software License Agreement.
EOF
}

post_upgrade() {
  post_install
}