blob: 2e1afa401aef52152a484d97bbc0678fecf21269 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo "You must accept the terms of the EULA before using SpriteIlluminator!"
echo "Can be found in /usr/share/licenses/spriteilluminator/LicenseAgreement.html"
}
post_upgrade() {
post_install
}
|