summarylogtreecommitdiffstats
path: root/navithingy-git.install
blob: 49579c9e037ea149c78900e61a891e44507893e5 (plain)
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..."
}