MCPcopy
hub / github.com/mherrmann/fbs / remove_shared_libraries

Function remove_shared_libraries

fbs/freeze/linux.py:21–24  ·  view source on GitHub ↗
(*filename_patterns)

Source from the content-addressed store, hash-verified

19 )
20
21def remove_shared_libraries(*filename_patterns):
22 for pattern in filename_patterns:
23 for file_path in glob(path('${freeze_dir}/' + pattern)):
24 remove(file_path)

Callers 3

freeze_fedoraFunction · 0.90
freeze_ubuntuFunction · 0.90
freeze_linuxFunction · 0.85

Calls 1

pathFunction · 0.90

Tested by

no test coverage detected