mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-29 22:15:47 +01:00
Rename liberator/ to common/
This commit is contained in:
11
common/process_manifest.awk
Normal file
11
common/process_manifest.awk
Normal file
@@ -0,0 +1,11 @@
|
||||
{ content = $1 ~ /^(content|skin|locale)$/ }
|
||||
content && $NF ~ /^[a-z]/ { $NF = "/" name "/" $NF }
|
||||
content {
|
||||
sub(/^\.\./, "", $NF);
|
||||
$NF = "jar:chrome/" name ".jar!" $NF
|
||||
}
|
||||
{
|
||||
sub("^\\.\\./liberator/", "", $NF)
|
||||
print
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user