NaviThingy-aur/navithingy.install
2025-01-28 21:59:02 -05:00

7 lines
161 B
Text

post_install() {
echo "NaviThingy installed. GPU compositing is disabled to prevent WebKitGTK issues."
}
pre_remove() {
echo "Removing NaviThingy..."
}