aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/lxsession/files/pkg-message.in
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2019-08-14 20:25:52 +0800
committermat <mat@FreeBSD.org>2019-08-14 20:25:52 +0800
commit983c01e3a2e18159f64140e6e591ca0e3897a7af (patch)
tree95307d1ea6effde4816a1e77da4f0fb7bf9ffe95 /x11-wm/lxsession/files/pkg-message.in
parentf584768b57c30287bef9b08674d17877d109210c (diff)
downloadfreebsd-ports-gnome-983c01e3a2e18159f64140e6e591ca0e3897a7af.tar.gz
freebsd-ports-gnome-983c01e3a2e18159f64140e6e591ca0e3897a7af.tar.zst
freebsd-ports-gnome-983c01e3a2e18159f64140e6e591ca0e3897a7af.zip
Convert to UCL & cleanup pkg-message (categories x)
Diffstat (limited to 'x11-wm/lxsession/files/pkg-message.in')
-rw-r--r--x11-wm/lxsession/files/pkg-message.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-wm/lxsession/files/pkg-message.in b/x11-wm/lxsession/files/pkg-message.in
index c66a2afcdc83..d4c75adf2dd5 100644
--- a/x11-wm/lxsession/files/pkg-message.in
+++ b/x11-wm/lxsession/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
To be able to shutdown or reboot your system, you'll have to add .rules
files in %%LOCALBASE%%/etc/polkit-1/rules.d directory. Which looks
like this (replace PUTYOURGROUPHERE by your group):
@@ -9,3 +12,6 @@ polkit.addRule(function (action, subject) {
return polkit.Result.YES;
}
});
+EOM
+}
+]