Add tuxc for use in scripts
Former-commit-id: 399d3c5825764f1f4b4f867907e6d641e20375ec
This commit is contained in:
9
tuxc/package_managers/eopkg
Normal file
9
tuxc/package_managers/eopkg
Normal file
@@ -0,0 +1,9 @@
|
||||
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"
|
Reference in New Issue
Block a user