File: uninstall_script

package info (click to toggle)
worker 5.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,444 kB
  • sloc: cpp: 133,098; sh: 5,543; yacc: 1,649; makefile: 791; lex: 279; python: 85; xml: 45
file content (11 lines) | stat: -rwxr-xr-x 331 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
# Uninstallscript for Worker
# because an uninstall should not remove the config-files
# show only message with a hint

echo ""
echo ""
echo " The config-files and catalogs in the dir \"\$HOME/.worker\" or"
echo " \"\$HOME/.config/worker\" will not be deleted."
echo "For complete uninstall remember ot delete."
echo ""