~x2go/x2go/x2goserver_master

« back to all changes in this revision

Viewing changes to debian/x2goserver-x2godialog.postinst

  • Committer: Mihai Moldovan
  • Author(s): Ulrich Sibiller
  • Date: 2021-04-19 18:27:09 UTC
  • Revision ID: git-v1:24e89c83033364a239192bd601b73e4f6e7aaae3
add new subpackage x2godialog

Fixes https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1228 1/2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# postinst script for x2goserver-x2godialog
 
3
 
 
4
set -e
 
5
 
 
6
# see: dh_installdeb(1)
 
7
# summary of how this script can be called:
 
8
#        * <postinst> `configure' <most-recently-configured-version>
 
9
#        * <old-postinst> `abort-upgrade' <new version>
 
10
#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
 
11
#          <new-version>
 
12
#        * <postinst> `abort-remove'
 
13
#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
 
14
#          <failed-install-package> <version> `removing'
 
15
#          <conflicting-package> <version>
 
16
# for details, see https://www.debian.org/doc/debian-policy/ or
 
17
# the debian-policy package
 
18
 
 
19
 
 
20
# dh_installdeb will replace this with shell code automatically
 
21
# generated by other debhelper scripts.
 
22
 
 
23
#DEBHELPER#
 
24
 
 
25
exit '0'