Add mod: seamonkey-default

This commit is contained in:
Fierelier 2022-09-04 19:05:11 +02:00
parent af7703a39f
commit d047b5b99f
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
dev-remove
packages-apply
seamonkey-default
placeholders-remove

View File

@ -0,0 +1,3 @@
#!/bin/sh
update-alternatives --install /usr/bin/x-www-browser SeaMonkey /usr/bin/seamonkey 0
exit 0