diff --git a/navithingy-git.install b/navithingy-git.install new file mode 100644 index 0000000..49579c9 --- /dev/null +++ b/navithingy-git.install @@ -0,0 +1,7 @@ +post_install() { + echo "NaviThingy installed. GPU compositing is disabled to prevent WebKitGTK issues." +} + +pre_remove() { + echo "Removing NaviThingy..." +}