Submit
Path:
~
/
/
usr
/
share
/
doc
/
xml-core
/
examples
/
File Content:
foo.postrm
#!/bin/sh ## ---------------------------------------------------------------------- ## debian/postrm: postremoval script for foo ## ---------------------------------------------------------------------- ## ---------------------------------------------------------------------- ## Abort if any command returns an error value set -e ## -------------------------------------------------------------- ## Remove package XML catalog file if [ "$1" = "purge" ] then rm -f /etc/xml/foo.xml rm -f /etc/xml/foo.xml.old fi ## ---------------------------------------------------------------------- ## Automatically added sections #DEBHELPER# exit 0 ## ----------------------------------------------------------------------
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
foo.postinst
1259 bytes
0755
foo.postrm
726 bytes
0755
foo.prerm
1105 bytes
0755
foo.xmlcatalogs
231 bytes
0644
N4ST4R_ID | Naxtarrr