Manjaro-Pek / pacli

A simple and interative Bash Frontend for Pacman/Yaourt/Pacaur
GNU General Public License v2.0
44 stars 8 forks source link

extra code in options 1, 2, 3 #38

Closed excalibur1234 closed 8 years ago

excalibur1234 commented 8 years ago

this code line is in option 1, 2, and 3: [ -f "${pacli_desc}" ] && cat "${pacli_desc}" it looks like it is displays a package description at the bottom of each option. why is this code line there? does it do something useful?

papajoker commented 8 years ago

this code display file generated by hook, this function is now optional and set in paclirc file ; branch developer