first commit

This commit is contained in:
creations 2025-01-28 21:59:02 -05:00
commit 03046cc2eb
Signed by: creations
GPG key ID: 8F553AA4320FC711
2 changed files with 78 additions and 0 deletions

7
navithingy.install Normal file
View file

@ -0,0 +1,7 @@
post_install() {
echo "NaviThingy installed. GPU compositing is disabled to prevent WebKitGTK issues."
}
pre_remove() {
echo "Removing NaviThingy..."
}