Api/apt.cleanup(): Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "this api is used to rebuild /boot/addon.d for apt usage: apt.bootbuild() output: reads all files in /etc/apt/boot/ and adds their instructions to /boot/addon.d")
 
No edit summary
 
Line 1: Line 1:
this api is used to rebuild /boot/addon.d for apt
this [[api]] is used to run a cleanup file from [[Api/apt|apt]]




usage:


apt.bootbuild()
'''usage:'''


apt.cleanup(packname)


output:


reads all files in /etc/apt/boot/ and adds their instructions to /boot/addon.d
 
'''output:'''
 
runs the cleanup file for packname

Latest revision as of 08:34, 24 September 2024

this api is used to run a cleanup file from apt


usage:

apt.cleanup(packname)


output:

runs the cleanup file for packname