Migrate tauri to new config

This commit is contained in:
Vladimir Stoilov
2024-04-24 15:30:46 +03:00
parent 7ee1faa68c
commit f15958b091
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"