mirror of
https://github.com/erkin/ponysay
synced 2024-11-24 12:23:05 +00:00
Remove the pony after installation because it is a fairly ugly line and breaks in chroots that don't have a proper terminal attached. This could be fixed but frankly let's just keep it this way.
This commit is contained in:
parent
ccee09b58b
commit
2fbf0a37ba
1 changed files with 0 additions and 3 deletions
3
configure
vendored
3
configure
vendored
|
@ -307,9 +307,6 @@ function makeMakefile()
|
|||
'| |___/ |___/ |\\n'\\
|
||||
'\\\\--------------------------------------------------/'
|
||||
EOF
|
||||
echo -en '\t' ; echo '@echo dummy | ./ponysay.install -f ./`if [[ "$$TERM" = "linux" ]]; then echo ttyponies; else echo ponies; fi`/pinkiecannon.pony | tail --lines=30 ; echo -e \\n'
|
||||
echo
|
||||
|
||||
echo 'uninstall:'
|
||||
echo -en '\t' ; echo 'if [ -d "$/var/cache/ponysay" ]; then rm -rf "$/var/cache/ponysay"; fi'
|
||||
for old in $installedDirs; do
|
||||
|
|
Loading…
Reference in a new issue