First commit
This commit is contained in:
25
models/custom/plugin
Normal file
25
models/custom/plugin
Normal file
@@ -0,0 +1,25 @@
|
||||
#!/bin/bash
|
||||
|
||||
custom_plugin_isupdatable() {
|
||||
return 1
|
||||
}
|
||||
|
||||
custom_plugin_isbumpable() {
|
||||
return 1
|
||||
}
|
||||
|
||||
custom_plugin_getpkgfiles() {
|
||||
return 1
|
||||
}
|
||||
|
||||
custom_plugin_bump() {
|
||||
return 1
|
||||
}
|
||||
|
||||
custom_plugin_getlatestversion() {
|
||||
return 1
|
||||
}
|
||||
|
||||
custom_plugin_update() {
|
||||
return 1
|
||||
}
|
||||
Reference in New Issue
Block a user