More debian/ updates.

This commit is contained in:
Jeff Teunissen 2001-10-14 12:19:16 +00:00
parent 0ab90e0bf6
commit 55332363ae
16 changed files with 185 additions and 1 deletions

9
debian/quakeforge-common.postinst vendored Normal file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
if [ "$1" = "configure" ]; then
ldconfig
fi
#DEBHELPER#
exit 0

17
debian/quakeforge-common.postrm vendored Normal file
View File

@ -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

9
debian/quakeforge-glx.postinst vendored Normal file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
if [ "$1" = "configure" ]; then
ldconfig
fi
#DEBHELPER#
exit 0

17
debian/quakeforge-glx.postrm vendored Normal file
View File

@ -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

9
debian/quakeforge-libs-gl.postinst vendored Normal file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
if [ "$1" = "configure" ]; then
ldconfig
fi
#DEBHELPER#
exit 0

17
debian/quakeforge-libs-gl.postrm vendored Normal file
View File

@ -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

9
debian/quakeforge-libs-sw.postinst vendored Normal file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
if [ "$1" = "configure" ]; then
ldconfig
fi
#DEBHELPER#
exit 0

17
debian/quakeforge-libs-sw.postrm vendored Normal file
View File

@ -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

9
debian/quakeforge-sdl.postinst vendored Normal file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
if [ "$1" = "configure" ]; then
ldconfig
fi
#DEBHELPER#
exit 0

17
debian/quakeforge-sdl.postrm vendored Normal file
View File

@ -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

View File

@ -1 +0,0 @@
qw-server.6

View File

@ -0,0 +1,3 @@
nq-server.6
qw-master.6
qw-server.6

9
debian/quakeforge-sgl.postinst vendored Normal file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
if [ "$1" = "configure" ]; then
ldconfig
fi
#DEBHELPER#
exit 0

17
debian/quakeforge-sgl.postrm vendored Normal file
View File

@ -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

9
debian/quakeforge-x11.postinst vendored Normal file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
if [ "$1" = "configure" ]; then
ldconfig
fi
#DEBHELPER#
exit 0

17
debian/quakeforge-x11.postrm vendored Normal file
View File

@ -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