Add tuxc for use in scripts
Former-commit-id: 399d3c5825764f1f4b4f867907e6d641e20375ec
This commit is contained in:
9
tuxc/package_managers/xbps-install
Normal file
9
tuxc/package_managers/xbps-install
Normal file
@@ -0,0 +1,9 @@
|
||||
searchCommand = "xbps-query -Rs"
|
||||
syncCommand = "xbps-install -S"
|
||||
installCommand = "xbps-install"
|
||||
reinstallCommand = "xbps-install -f"
|
||||
removeCommand = "xbps-remove"
|
||||
purgeCommand = "xbps-remove -R"
|
||||
upgradeCommand = "xbps-install -Su"
|
||||
cleanCommand="xbps-remove -O"
|
||||
supCommand="xbps-install -Su"
|
Reference in New Issue
Block a user