1 2 3 4 5 6 7
post_install() { echo "NaviThingy installed. GPU compositing is disabled to prevent WebKitGTK issues." } pre_remove() { echo "Removing NaviThingy..." }