update again for git

This commit is contained in:
creations 2025-01-28 23:32:20 -05:00
parent b940cff8e6
commit 16c4b29c17
Signed by: creations
GPG key ID: 8F553AA4320FC711
3 changed files with 19 additions and 9 deletions

7
navithingy-git.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..."
}