source: ipk/source/skins_default_mod/CONTROL/prerm@ 36070

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

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

  • Property svn:executable set to *
File size: 91 bytes
RevLine 
[31975]1#!/bin/sh
2
[33806]3INSTDIR="$1"
4rm -f $INSTDIR/usr/local/share/titan/skin/default_mod/skin
5
[31975]6exit 0
Note: See TracBrowser for help on using the repository browser.