File: pkgsync.postinst

package info (click to toggle)
pkgsync 1.27%2Bnmu1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 140 kB
  • sloc: sh: 119; makefile: 22
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#