mirror of
https://aur.archlinux.org/firedragon.git
synced 2024-12-26 12:44:21 +00:00
Install psd/firejail profiles to the correct place
This commit is contained in:
parent
169e8be831
commit
f6c909264f
6
PKGBUILD
6
PKGBUILD
@ -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"
|
||||
|
||||
|
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user