6 lines
156 B
Bash
Executable file
6 lines
156 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo
|
|
echo "Pacman 2.0+ no longer comes with pacsync. Use 'pacman -S' instead."
|
|
echo " (see 'pacman -S --help' or the manpage for syntax)"
|
|
echo
|