Migrate tauri to new config

This commit is contained in:
Vladimir Stoilov 2024-04-24 15:30:46 +03:00
parent 7ee1faa68c
commit f15958b091
No known key found for this signature in database
GPG key ID: 2F190B67A43A81AF
15 changed files with 193 additions and 82 deletions

6
packaging/linux/postinst Normal file
View file

@ -0,0 +1,6 @@
#!/bin/bash
systemctl daemon-reload
systemctl enable portmaster.service
echo "Please reboot your system"