source: ipk/source/skins_default/CONTROL/postrm@ 45919

Last change on this file since 45919 was 23640, checked in by nit, 13 years ago
File size: 341 bytes
RevLine 
[16391]1#!/bin/sh
[23640]2INSTDIR="$1"
[16391]3
[23640]4if [ "$INSTDIR" == "/var" ]; then
5 rm -rf "$INSTDIR/usr/local/share/titan/skin/default"
[16391]6
[23640]7 echo "restore default skin"
8 ln -s /lib/titan/default "$INSTDIR/usr/local/share/titan/skin/default"
9 rm -rf "$INSTDIR/etc/titan/skinconfig"
10 cp -a /lib/titan/default/skinconfig.default "$INSTDIR/etc/titan/skinconfig"
[16391]11fi
[17123]12
[16391]13exit 0
Note: See TracBrowser for help on using the repository browser.