File: postrm-cme

package info (click to toggle)
cme 1.044-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 392 kB
  • sloc: perl: 1,301; makefile: 19; sh: 9
file content (7 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
# Purge configuration files handled by cme

if [ "$1" = purge ]
then
    echo "Purging cme files: '%PURGE%'"
    rm -rf %PURGE%
fi