Initial commit

This commit is contained in:
Christian Schendel 2025-09-02 21:30:38 +02:00
commit 22fb58b646
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
10 changed files with 244 additions and 0 deletions

6
menulibre.install Normal file
View file

@ -0,0 +1,6 @@
post_install() {
echo ""
echo "If the program crashes, try renaming your menu folder:"
echo "mv ~/.config/menus ~/.config/menus.old"
echo ""
}