mirror of
https://github.com/archlinux/aur.git
synced 2026-03-07 11:39:16 +01:00
11 lines
293 B
Text
11 lines
293 B
Text
|
|
post_install() {
|
|
echo "OpenRaider needs a config file to function. You can copy the default config file"
|
|
echo "and change it to suit your needs:"
|
|
echo " $ cp -r /usr/share/OpenRaider/ ~/.OpenRaider"
|
|
echo " $ \$EDITOR ~/.OpenRaider/OpenRaider.ini"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|