source: ipk/source/skins_defnominitv_mod/CONTROL/prerm@ 33806

Last change on this file since 33806 was 33806, checked in by obi, 11 years ago

[tpk] fix default_mod skins deinstall, all preinst/postinst copy/linked files removed on prerm

File size: 95 bytes
Line 
1#!/bin/sh
2
3INSTDIR="$1"
4rm -f $INSTDIR/usr/local/share/titan/skin/defnominitv_mod/skin
5
6exit 0
Note: See TracBrowser for help on using the repository browser.