summarylogtreecommitdiffstats
path: root/live-usb-install.install
blob: 43f4c7ea18a0bc1999c35ed76a87c202808edf03 (plain)
1
2
3
4
5
6
7
pre_upgrade() {
    /usr/bin/find /usr/share/live-usb-install -name \*.pyc -delete
}

post_remove() {
    /usr/bin/find /usr/share/live-usb-install -name \*.pyc -delete
}