source: terepaima/terepaima-0.4.16/debian/terepaima.postrm

desarrollostretch
Last change on this file was df2805f, checked in by Antonio Araujo <aaraujo@…>, 8 years ago

Cambios en los fuentes para que se agregue una entrada en el menu Aplicaciones/Oficina? de terepaima con su respectivo icono.

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