ait/os/cmake/cpack/deb/control/postrm
author om
Tue, 12 Nov 2013 11:31:34 +0100
branchom
changeset 2 c9bf2537109a
permissions -rwxr-xr-x
added C/C++ and Python sources
om@2
     1
#!/bin/sh
om@2
     2
om@2
     3
# ------------------------------------------------------------
om@2
     4
# postrm
om@2
     5
#
om@2
     6
# post removal script run
om@2
     7
#
om@2
     8
# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
om@2
     9
#
om@2
    10
# Copyright (C) 2013 AIT Austrian Institute of Technology
om@2
    11
# AIT Austrian Institute of Technology GmbH
om@2
    12
# Donau-City-Strasse 1 | 1220 Vienna | Austria
om@2
    13
# http://www.ait.ac.at
om@2
    14
#
om@2
    15
# This program is free software; you can redistribute it and/or
om@2
    16
# modify it under the terms of the GNU General Public License
om@2
    17
# as published by the Free Software Foundation version 2.
om@2
    18
# 
om@2
    19
# This program is distributed in the hope that it will be useful,
om@2
    20
# but WITHOUT ANY WARRANTY; without even the implied warranty of
om@2
    21
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
om@2
    22
# GNU General Public License for more details.
om@2
    23
# 
om@2
    24
# You should have received a copy of the GNU General Public License
om@2
    25
# along with this program; if not, write to the Free Software
om@2
    26
# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
om@2
    27
# Boston, MA  02110-1301, USA.
om@2
    28
# ------------------------------------------------------------