mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
7 lines
193 B
Bash
Executable file
7 lines
193 B
Bash
Executable file
update_package() {
|
|
echo "update_package is no longer supported." >&2
|
|
echo "Its replacement is ./iop set-feed-rev." >&2
|
|
return 1
|
|
}
|
|
|
|
register_command "update_package" "No longer used command"
|