source: ProjectBuilder/projects/star/pbconf/1.6/star/deb/prerm@ 2634

Last change on this file since 2634 was 2634, checked in by Bruno Cornec, 4 years ago

add conf to build star with project-builder.org

File size: 150 bytes
Line 
1#!/bin/sh
2#
3
4set -e
5
6if [ $1 != "upgrade" ]; then
7 update-alternatives --remove mt /bin/mt-star
8 update-alternatives --remove rmt /sbin/rmt-star
9fi
Note: See TracBrowser for help on using the repository browser.