From edd0854cbe1efbc7d52ffef179f7c915e73323fa Mon Sep 17 00:00:00 2001 From: creations Date: Tue, 28 Jan 2025 23:34:17 -0500 Subject: [PATCH] deleted wrong file --- navithingy-git.install | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 navithingy-git.install 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..." +}