OCaml 4.14.0 rebuild
[arch-packages.git] / xdg-user-dirs / trunk / xdg-user-dirs.install
blob2f2c7268c3bbd747490a6c9d20655570f4dd2017
1 post_install() {
2   # Enable update by default
3   systemctl --global enable xdg-user-dirs-update.service
6 post_upgrade() {
7   if (( $(vercmp $2 0.15-3) < 0)); then
8     systemctl --global enable xdg-user-dirs-update.service
9   fi
12 pre_remove() {
13   systemctl --global disable xdg-user-dirs-update.service