blob: 36f2cb6b5f0ef55ef14104b2539d8ea5ab58d4d2 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
post_upgrade() {
if (( "$(vercmp "$2" 4.10)" < 0 )); then
echo "Please note: The btrfs-scrub@ timer and service files from the core/ package have been added to this one."
fi
}
|