mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
7 lines
284 B
Bash
Executable File
7 lines
284 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Unconfiguring Remind..."
|
|
echo rm -f config.cache config.log config.status src/Makefile src/config.h src/version.h www/Makefile rem2html/Makefile
|
|
rm -f config.cache config.log config.status src/Makefile src/config.h src/version.h www/Makefile rem2html/Makefile
|
|
exit 0
|