File: libgtkada-bin.preinst

package info (click to toggle)
libgtkada 3.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 20,696 kB
  • ctags: 1,395
  • sloc: ada: 58,715; xml: 7,349; python: 4,090; ansic: 1,562; makefile: 304; objc: 154; sh: 130; perl: 70
file content (10 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

# See https://wiki.debian.org/MissingCopyrightFile.
# This file is needed until 2.24.1-12 reaches oldstable.
if [ -h /usr/share/doc/libgtkada-bin ]; then
  rm -f /usr/share/doc/libgtkada-bin
fi

#DEBHELPER#