source: terepaima/terepaima-0.4.16/debian/terepaima.postrm @ 9ebd32a

desarrollostretch
Last change on this file since 9ebd32a was 9ebd32a, checked in by aosorio <aosorio@…>, 8 years ago

agregados nuevos ficheros al directorio debian/

  • Property mode set to 100644
File size: 102 bytes
Line 
1#!/bin/sh
2# postrm script for terepaima
3#
4# see: dh_installdeb(1)
5
6set -e
7
8rm -rf /usr/lib/terepaima
9
Note: See TracBrowser for help on using the repository browser.