summarylogtreecommitdiffstats
path: root/microchip-libraries-for-applications-legacy.install
blob: 4dad21f78f47b5f973ebf1d72ccabc524556da7e (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo "---------------------------------------------------------
Before using Microchip Libraries for Applications you have to agree with LICENSE:
/usr/share/licenses/microchip-libraries-for-applications/LICENSE
---------------------------------------------------------"
}

post_upgrade() {
  post_install
}