diff --git a/debian/quakeforge-common.postinst b/debian/quakeforge-common.postinst new file mode 100644 index 000000000..df802ec95 --- /dev/null +++ b/debian/quakeforge-common.postinst @@ -0,0 +1,9 @@ +#!/bin/sh -e + +if [ "$1" = "configure" ]; then + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/debian/quakeforge-common.postrm b/debian/quakeforge-common.postrm new file mode 100644 index 000000000..26c81a6f0 --- /dev/null +++ b/debian/quakeforge-common.postrm @@ -0,0 +1,17 @@ +#!/bin/sh + +case "$1" in + remove) + ldconfig + ;; + purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + # nothing to do + ;; + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 0 +esac + +#DEBHELPER# + +exit 0 diff --git a/debian/quakeforge-glx.postinst b/debian/quakeforge-glx.postinst new file mode 100644 index 000000000..df802ec95 --- /dev/null +++ b/debian/quakeforge-glx.postinst @@ -0,0 +1,9 @@ +#!/bin/sh -e + +if [ "$1" = "configure" ]; then + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/debian/quakeforge-glx.postrm b/debian/quakeforge-glx.postrm new file mode 100644 index 000000000..26c81a6f0 --- /dev/null +++ b/debian/quakeforge-glx.postrm @@ -0,0 +1,17 @@ +#!/bin/sh + +case "$1" in + remove) + ldconfig + ;; + purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + # nothing to do + ;; + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 0 +esac + +#DEBHELPER# + +exit 0 diff --git a/debian/quakeforge-libs-gl.postinst b/debian/quakeforge-libs-gl.postinst new file mode 100644 index 000000000..df802ec95 --- /dev/null +++ b/debian/quakeforge-libs-gl.postinst @@ -0,0 +1,9 @@ +#!/bin/sh -e + +if [ "$1" = "configure" ]; then + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/debian/quakeforge-libs-gl.postrm b/debian/quakeforge-libs-gl.postrm new file mode 100644 index 000000000..26c81a6f0 --- /dev/null +++ b/debian/quakeforge-libs-gl.postrm @@ -0,0 +1,17 @@ +#!/bin/sh + +case "$1" in + remove) + ldconfig + ;; + purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + # nothing to do + ;; + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 0 +esac + +#DEBHELPER# + +exit 0 diff --git a/debian/quakeforge-libs-sw.postinst b/debian/quakeforge-libs-sw.postinst new file mode 100644 index 000000000..df802ec95 --- /dev/null +++ b/debian/quakeforge-libs-sw.postinst @@ -0,0 +1,9 @@ +#!/bin/sh -e + +if [ "$1" = "configure" ]; then + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/debian/quakeforge-libs-sw.postrm b/debian/quakeforge-libs-sw.postrm new file mode 100644 index 000000000..26c81a6f0 --- /dev/null +++ b/debian/quakeforge-libs-sw.postrm @@ -0,0 +1,17 @@ +#!/bin/sh + +case "$1" in + remove) + ldconfig + ;; + purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + # nothing to do + ;; + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 0 +esac + +#DEBHELPER# + +exit 0 diff --git a/debian/quakeforge-sdl.postinst b/debian/quakeforge-sdl.postinst new file mode 100644 index 000000000..df802ec95 --- /dev/null +++ b/debian/quakeforge-sdl.postinst @@ -0,0 +1,9 @@ +#!/bin/sh -e + +if [ "$1" = "configure" ]; then + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/debian/quakeforge-sdl.postrm b/debian/quakeforge-sdl.postrm new file mode 100644 index 000000000..26c81a6f0 --- /dev/null +++ b/debian/quakeforge-sdl.postrm @@ -0,0 +1,17 @@ +#!/bin/sh + +case "$1" in + remove) + ldconfig + ;; + purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + # nothing to do + ;; + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 0 +esac + +#DEBHELPER# + +exit 0 diff --git a/debian/quakeforge-server.undocumented b/debian/quakeforge-server.undocumented deleted file mode 100644 index 5bfcf4fc8..000000000 --- a/debian/quakeforge-server.undocumented +++ /dev/null @@ -1 +0,0 @@ -qw-server.6 diff --git a/debian/quakeforge-servers.undocumented b/debian/quakeforge-servers.undocumented new file mode 100644 index 000000000..0e5c41ffa --- /dev/null +++ b/debian/quakeforge-servers.undocumented @@ -0,0 +1,3 @@ +nq-server.6 +qw-master.6 +qw-server.6 diff --git a/debian/quakeforge-sgl.postinst b/debian/quakeforge-sgl.postinst new file mode 100644 index 000000000..df802ec95 --- /dev/null +++ b/debian/quakeforge-sgl.postinst @@ -0,0 +1,9 @@ +#!/bin/sh -e + +if [ "$1" = "configure" ]; then + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/debian/quakeforge-sgl.postrm b/debian/quakeforge-sgl.postrm new file mode 100644 index 000000000..26c81a6f0 --- /dev/null +++ b/debian/quakeforge-sgl.postrm @@ -0,0 +1,17 @@ +#!/bin/sh + +case "$1" in + remove) + ldconfig + ;; + purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + # nothing to do + ;; + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 0 +esac + +#DEBHELPER# + +exit 0 diff --git a/debian/quakeforge-x11.postinst b/debian/quakeforge-x11.postinst new file mode 100644 index 000000000..df802ec95 --- /dev/null +++ b/debian/quakeforge-x11.postinst @@ -0,0 +1,9 @@ +#!/bin/sh -e + +if [ "$1" = "configure" ]; then + ldconfig +fi + +#DEBHELPER# + +exit 0 diff --git a/debian/quakeforge-x11.postrm b/debian/quakeforge-x11.postrm new file mode 100644 index 000000000..26c81a6f0 --- /dev/null +++ b/debian/quakeforge-x11.postrm @@ -0,0 +1,17 @@ +#!/bin/sh + +case "$1" in + remove) + ldconfig + ;; + purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + # nothing to do + ;; + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 0 +esac + +#DEBHELPER# + +exit 0