mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 22:22:26 +01:00
7 lines
251 B
Text
7 lines
251 B
Text
post_install() {
|
|
cat << EOF
|
|
==> Copy the /usr/share/gpicsync/gpicsync.conf file to your \$HOME/.gpicsync.conf
|
|
==> to avoid receiving error message about missing conf file by executing
|
|
==> cp /usr/share/gpicsync/gpicsync.conf ~/.gpicsync.conf
|
|
EOF
|
|
}
|