D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
debhelper
/
autoscripts
/
Filename :
postrm-ucf
back
Copy
if [ "$1" = "purge" ]; then for ext in .ucf-new .ucf-old .ucf-dist ""; do rm -f "#UCFDEST#$ext" done if [ -x "`command -v ucf`" ]; then ucf --purge "#UCFDEST#" fi if [ -x "`command -v ucfr`" ]; then ucfr --purge #PACKAGE# "#UCFDEST#" fi fi