summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-21 08:10:26 +0100
committerSam James <sam@gentoo.org>2021-04-21 19:49:55 +0100
commit67fc0e101e14cbe9c2691d9de5246341b49a4216 (patch)
treeed9ba2b5b299c13ccfe516a72f4e277ffc2e2ddf /x11-misc/xgestures
parentx11-libs/libdockapp: fix function declaration style (braces) (diff)
downloadgentoo-67fc0e101e14cbe9c2691d9de5246341b49a4216.tar.gz
gentoo-67fc0e101e14cbe9c2691d9de5246341b49a4216.tar.bz2
gentoo-67fc0e101e14cbe9c2691d9de5246341b49a4216.zip
x11-misc/xgestures: fix function declaration style (braces)
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc/xgestures')
-rw-r--r--x11-misc/xgestures/xgestures-0.4.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-misc/xgestures/xgestures-0.4.ebuild b/x11-misc/xgestures/xgestures-0.4.ebuild
index 4e72115627db..6d93d06237ae 100644
--- a/x11-misc/xgestures/xgestures-0.4.ebuild
+++ b/x11-misc/xgestures/xgestures-0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -26,7 +26,6 @@ src_install() {
newdoc .gestures gestures
}
-pkg_postinst()
-{
+pkg_postinst() {
elog "Unpack /usr/share/doc/${PF}/gestures* and copy it to \$HOME/.gestures"
}