REDROOM
PHP 8.5.2
Path:
Logout
Edit File
Size: 793 B
Close
//usr/share/doc/sgml-base/examples/prerm
Text
Base64
#!/bin/sh ## ---------------------------------------------------------------------- ## debian/prerm: preremoval script for foo ## ---------------------------------------------------------------------- ## ---------------------------------------------------------------------- ## Abort if any command returns an error value set -e ## -------------------------------------------------------------- ## Remove SGML catalog entries PACKAGE=foo CENTRALCAT="/etc/sgml/${PACKAGE}.cat" if [ "$1" = "remove" ] || [ "$1" = "upgrade" ] then update-catalog --quiet --remove --super ${CENTRALCAT} fi ## ---------------------------------------------------------------------- ## Automatically added sections #DEBHELPER# exit 0 ## ----------------------------------------------------------------------
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
postinst
1.01 KB
lrwxr-xr-x
2022-10-06 17:47:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
postrm
754 B
lrwxr-xr-x
2022-10-06 17:47:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
prerm
793 B
lrwxr-xr-x
2022-10-06 17:47:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).