7782ae69d2
Former-commit-id: 399d3c5825764f1f4b4f867907e6d641e20375ec
10 lines
279 B
Plaintext
10 lines
279 B
Plaintext
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"
|