mollusk 7782ae69d2 Add tuxc for use in scripts
Former-commit-id: 399d3c5825764f1f4b4f867907e6d641e20375ec
2018-04-10 07:30:20 -07:00

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"