mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 20:51:23 +00:00
The patches have been submitted upstream in https://github.com/ofek/userpath/pull/52 and https://github.com/ofek/userpath/pull/53. From the README: This is a tool for modifying a user's PATH. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 lines
113 B
Bash
6 lines
113 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" = python3-userpath ] || exit 0
|
|
|
|
userpath --version | grep -Fx "userpath, version $PKG_VERSION"
|