source: observatorio/simulacion/Debian/ECOSIM/ecosim-1.0/debian/postrm @ 64558a7

simulacion
Last change on this file since 64558a7 was 64558a7, checked in by Alejandro <amujica@…>, 10 years ago

Correccion de error en el postrm

  • Property mode set to 100644
File size: 140 bytes
Line 
1#!/bin/sh
2set -e
3# Actualiza el menu
4if [ -x "`which update-menus 2>/dev/null`" ]; then
5update-menus
6fi
7rm -rf /usr/share/doc/ecosim/
8# Fin
Note: See TracBrowser for help on using the repository browser.