Install psd/firejail profiles to the correct place

This commit is contained in:
dr460nf1r3 2021-03-06 13:28:32 +01:00
parent 169e8be831
commit f6c909264f
No known key found for this signature in database
GPG Key ID: BE75B9D9767036C2
2 changed files with 5 additions and 7 deletions

View File

@ -305,9 +305,9 @@ package() {
cd mozilla-unified
DESTDIR="$pkgdir" ./mach install
install -Dvm644 "$srcdir/settings/$pkgname.profile" "$pkgdir/usr/lib/$pkgname/distribution/$pkgname.profile"
install -Dvm644 "$srcdir/settings/$pkgname-common.profile" "$pkgdir/usr/lib/$pkgname/distribution/$pkgname-common.profile"
install -Dvm644 "$srcdir/settings/$pkgname.psd" "$pkgdir/usr/lib/$pkgname/distribution/$pkgname.psd"
install -Dvm644 "$srcdir/settings/$pkgname.profile" "$pkgdir/etc/firejail/$pkgname.profile"
install -Dvm644 "$srcdir/settings/$pkgname-common.profile" "$pkgdir/etc/firejail/$pkgname-common.profile"
install -Dvm644 "$srcdir/settings/$pkgname.psd" "$pkgdir/usr/share/psd/browsers/firedragon"
_vendorjs="$pkgdir/usr/lib/$pkgname/browser/defaults/preferences/vendor.js"

View File

@ -11,11 +11,9 @@ post_install() {
}
post_upgrade() {
msg "Included are profiles for Firejail and profile-sync-daemon,"
msg "Included are profiles for Firejail and profile-sync-daemon."
echo ""
msg "which you can symlink from /usr/lib/plasmafox/distribution"
echo ""
msg "to /etc/firejail and /usr/share/psd/browsers respectively."
msg "To use psd add firedragon to ~/.config/psd/psd.conf"
echo ""
msg "Enjoy the Firedragon 🔥🐉"
echo ""