File: mkuninstall

package info (click to toggle)
glob2 0.9.4.4-2.5
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 34,472 kB
  • ctags: 10,285
  • sloc: cpp: 89,684; python: 868; ansic: 259; makefile: 67; sh: 49
file content (16 lines) | stat: -rwxr-xr-x 578 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

#
# OPTIONAL: USING THIS SCRIPT FOR UNINSTALLATION
#
# This script simply calls "scons -c install" from the source directory of
# the package, nothing fancy. The command can be run itself, but "./uninstall"
# is easier to remember and more openly viewed (being a file in the directory
# as apposed to a feature in scons).
#

echo " ----------------------------------------------------"
echo "  Uninstalling distribution files"
echo " ----------------------------------------------------"
echo ""
scons -c install    #uninstall the files from their default directories