mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +00:00
More debian/ updates.
This commit is contained in:
parent
0ab90e0bf6
commit
55332363ae
16 changed files with 185 additions and 1 deletions
9
debian/quakeforge-common.postinst
vendored
Normal file
9
debian/quakeforge-common.postinst
vendored
Normal 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
17
debian/quakeforge-common.postrm
vendored
Normal 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
9
debian/quakeforge-glx.postinst
vendored
Normal 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
17
debian/quakeforge-glx.postrm
vendored
Normal 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
9
debian/quakeforge-libs-gl.postinst
vendored
Normal 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
17
debian/quakeforge-libs-gl.postrm
vendored
Normal 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
9
debian/quakeforge-libs-sw.postinst
vendored
Normal 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
17
debian/quakeforge-libs-sw.postrm
vendored
Normal 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
9
debian/quakeforge-sdl.postinst
vendored
Normal 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
17
debian/quakeforge-sdl.postrm
vendored
Normal 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
|
1
debian/quakeforge-server.undocumented
vendored
1
debian/quakeforge-server.undocumented
vendored
|
@ -1 +0,0 @@
|
||||||
qw-server.6
|
|
3
debian/quakeforge-servers.undocumented
vendored
Normal file
3
debian/quakeforge-servers.undocumented
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
nq-server.6
|
||||||
|
qw-master.6
|
||||||
|
qw-server.6
|
9
debian/quakeforge-sgl.postinst
vendored
Normal file
9
debian/quakeforge-sgl.postinst
vendored
Normal 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
17
debian/quakeforge-sgl.postrm
vendored
Normal 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
9
debian/quakeforge-x11.postinst
vendored
Normal 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
17
debian/quakeforge-x11.postrm
vendored
Normal 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
|
Loading…
Reference in a new issue