File: postrm

package info (click to toggle)
systemd-cron 1.3.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 176 kB
  • ctags: 35
  • sloc: python: 290; makefile: 155; sh: 146
file content (8 lines) | stat: -rw-r--r-- 116 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

if [ "$1" = "purge" ]; then 
    rm -f /var/lib/systemd/timers/stamp-cron-*.timer
fi

#DEBHELPER#