File: postinst

package info (click to toggle)
urlgrabber 3.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 572 kB
  • ctags: 727
  • sloc: python: 4,280; xml: 190; makefile: 44; sh: 10
file content (16 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
set -e

if [ -d /usr/share/doc/urlgrabber-2.9.9 ]; then
    rm -rf /usr/share/doc/urlgrabber-2.9.9
fi

if [ -d /usr/share/doc/urlgrabber-2.9.8 ]; then
    rm -rf /usr/share/doc/urlgrabber-2.9.8
fi

if [ -d /usr/share/doc/urlgrabber-2.9.7 ]; then
    rm -rf /usr/share/doc/urlgrabber-2.9.7
fi

#DEBHELPER#