timeshift: unmark broken

This commit is contained in:
Nathan Owens 2019-01-29 20:49:31 -06:00 committed by maxice8
parent f141c41eac
commit ff2578b64b

View file

@ -17,10 +17,9 @@ checksum=557223cf0b9ab0c4848455e1cc4d9068c607b9f5492a2de4935a2f40393e3c5f
# Remove hard-dep on crontab, leave up to user to decide
post_extract() {
sed -i '/dependencies/s:"crontab",::' src/Core/Main.vala
sed -i 's:--thread:& Core/AppExcludeEntry.vala:' src/makefile
}
broken="error: The type name 'AppExcludeEntry' could not be found"
post_install() {
rm "${DESTDIR}/usr/bin/timeshift-uninstall"
}