File: pkgsync.postinst

package info (click to toggle)
pkgsync 1.28%2Bnmu1
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: sh: 119; makefile: 24
file content (7 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
#! /bin/sh -e

if [ -f /etc/cron.d/pkgsync ]; then
	rm -f /etc/cron.d/pkgsync
fi

#DEBHELPER#