File: postinst.begin.sh

package info (click to toggle)
ppd-gs 1.1-1
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 332 kB
  • ctags: 32
  • sloc: sh: 2,482; makefile: 238; sed: 88
file content (10 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

set -e

PATH=%bindir%:$PATH

if [ "$1" = configure ]
then
    update-ppd --signature 'The %package% post-installation script.' \
	--interactive --bg-update \