File: amphetamine-data.preinst

package info (click to toggle)
amphetamine-data 0.8.7-15.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,928 kB
  • sloc: sh: 5; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

DOCDIR="/usr/share/doc/amphetamine-data"

if [ -L "$DOCDIR" ]; then
  rm -f "$DOCDIR"
fi

#DEBHELPER#