init
This commit is contained in:
8
mc_test/node_modules/app-builder-lib/templates/linux/after-remove.tpl
generated
vendored
Executable file
8
mc_test/node_modules/app-builder-lib/templates/linux/after-remove.tpl
generated
vendored
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Delete the link to the binary
|
||||
if type update-alternatives >/dev/null 2>&1; then
|
||||
update-alternatives --remove '${executable}' '/usr/bin/${executable}'
|
||||
else
|
||||
rm -f '/usr/bin/${executable}'
|
||||
fi
|
||||
Reference in New Issue
Block a user