10 lines
279 B
Plaintext
Raw Normal View History

searchCommand = "eopkg sr"
syncCommand = "eopkg ur"
installCommand = "eopkg it"
reinstallCommand = "echo 'This feature it not yet implemented'"
removeCommand = "eopkg rm"
purgeCommand = "eopkg rm --purge"
upgradeCommand = "eopkg up"
cleanCommand="eopkg dc"
supCommand="eopkg up"