dev
This commit is contained in:
@@ -8,6 +8,10 @@ plugin_isbumpable() {
|
||||
return 1
|
||||
}
|
||||
|
||||
plugin_ispushabletoaur() {
|
||||
return 1
|
||||
}
|
||||
|
||||
plugin_getpkgfiles() {
|
||||
if [ -d "${PKGDIR}"/"${PKGNAME}"/files ]; then
|
||||
if ! rm -r "${PKGDIR}"/"${PKGNAME}"/files; then
|
||||
|
||||
@@ -8,6 +8,10 @@ plugin_isbumpable() {
|
||||
return 0
|
||||
}
|
||||
|
||||
plugin_ispushabletoaur() {
|
||||
return 0
|
||||
}
|
||||
|
||||
plugin_getpkgfiles() {
|
||||
echo "${PKGDIR}/${PKGNAME}/files"
|
||||
}
|
||||
|
||||
@@ -8,6 +8,10 @@ plugin_isbumpable() {
|
||||
return 0
|
||||
}
|
||||
|
||||
plugin_ispushabletoaur() {
|
||||
return 0
|
||||
}
|
||||
|
||||
plugin_getpkgfiles() {
|
||||
echo "${PKGDIR}/${PKGNAME}/files"
|
||||
}
|
||||
|
||||
@@ -8,6 +8,10 @@ plugin_isbumpable() {
|
||||
return 0
|
||||
}
|
||||
|
||||
plugin_ispushabletoaur() {
|
||||
return 0
|
||||
}
|
||||
|
||||
plugin_getpkgfiles() {
|
||||
echo "${PKGDIR}/${PKGNAME}/files"
|
||||
}
|
||||
|
||||
@@ -8,6 +8,10 @@ plugin_isbumpable() {
|
||||
return 0
|
||||
}
|
||||
|
||||
plugin_ispushabletoaur() {
|
||||
return 0
|
||||
}
|
||||
|
||||
plugin_getpkgfiles() {
|
||||
updatePkgSums "${PKGDIR}/${PKGNAME}/files"
|
||||
echo "${PKGDIR}/${PKGNAME}/files"
|
||||
|
||||
Reference in New Issue
Block a user