freebsd-ports/net-im/linux-discord/files/pkg-message.in
Nicola Vitale 48e8888c30
net-im/linux-discord: Add missing dependency
- Add multimedia/linux-rl9-libva to the run dependencies
- Execute the post-installation script (provided by Discord) for any
  user, not just those who update the program.
- Modify pkg-message accordingly
- Bump PORTREVISION
2024-08-27 11:20:17 +02:00

14 lines
258 B
Text

[
{ type: install
message: <<EOM
If the user's directory is located in /usr/home/ and doesn't exist the link
/home, then create one with the command:
ln -s /usr/home /home
Discord uses pulseaudio(1), so you have to start the relative server.
EOM
}
]