[aur-requests] [PRQ#7406] Deletion Request for dash-sh

Eli Schwartz eschwartz93 at gmail.com
Thu Feb 2 06:38:56 UTC 2017


On 02/02/2017 01:32 AM, notify at aur.archlinux.org wrote:
> Eschwartz [1] filed a deletion request for dash-sh [2]:
> 
> Frivolous duplicate of extra/dash with sh symlinked to dash instead of
> bash.
> 
> [1] https://aur.archlinux.org/account/Eschwartz/
> [2] https://aur.archlinux.org/pkgbase/dash-sh/

Note that a better way of doing this is through pacman hooks:

```
[eschwartz at arch /tmp/bash-nosh]$ cat /etc/pacman.d/hooks/sh-is-dash.hook
[Trigger]
Type = Package
Operation = Install
Operation = Upgrade
Target = bash

[Action]
Description = Re-pointing /bin/sh symlink to dash...
When = PostTransaction
Exec = /usr/bin/ln -sf dash /usr/bin/sh
Depends = dash
```

This allows me to use the repo packages, rather than maintaining forked
copies, and at the same time ensures sh will always use dash, assuming
dash is available.

-- 
Eli Schwartz

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.archlinux.org/pipermail/aur-requests/attachments/20170202/dc655764/attachment.asc>


More information about the aur-requests mailing list