Package Details: pidswallow 2.0-1

Git Clone URL: https://aur.archlinux.org/pidswallow.git (read-only, click to copy)
Package Base: pidswallow
Description: A script to swallow your terminal automatically
Upstream URL: https://github.com/Liupold/pidswallow
Keywords: swallowing window xdotool xorg
Licenses: Apache
Provides: pidswallow
Submitter: None
Maintainer: None
Last Packager: None
Votes: 2
Popularity: 0.000000
First Submitted: 2020-08-01 14:19 (UTC)
Last Updated: 2020-08-18 03:39 (UTC)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2023-07-20 17:31 (UTC) (edited on 2023-07-20 17:32 (UTC) by dreieck)

This package installs stuff into /usr/local/. This must not happen. /usr/local/ is solely for stuff installed outside of package management.

Since this is a package to be installed via pacman, it should install to the proper system directories.

In detail, the following file gets installed to the wrong place:

  • /usr/local/man/man1/pidswallow.1.gz.

Please install it to /usr/share/man/man1/pidswallow.1.gz.

Thanks for maintaining!