MRTestRepo/hooks/live/0050-set-misc-permissions

7 lines
285 B
Plaintext
Raw Normal View History

2024-01-08 12:57:45 -01:00
#!/bin/sh
# set installer permissions
chmod 755 /usr/bin/install-peppermint
chmod 755 /usr/share/applications/Install-peppermint.desktop
f=Install-peppermint.desktop ; gio set -t string $f metadata::xfce-exe-checksum "$(sha256sum $f | awk '{print $1}')"
chmod 755 -R /boot/grub/themes