Skip to content
/ debmod Public

automated scripts to assist with modifying .deb packages

Notifications You must be signed in to change notification settings

0mWh/debmod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deb-modifier

automated scripts to assist with modifying .deb packages

extract.sh

usage: ./extract.sh <exact package name>

This won't run if files already exist in a folder matching the package name, or if the package name is not found in the current apt sources. Current, original files are extracted to <name>/original/ and left for reference. The files you should modify are in <name>/output/.

compact.sh

usage: ./compact.sh <name>

This packs the files from <name>/output/ into a .deb package at <name>/output/out.deb

About

automated scripts to assist with modifying .deb packages

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages