Changeset 23640 for ipk/source/skins_tobayer01/CONTROL/postrm
- Timestamp:
- Sep 10, 2013, 7:28:16 PM (13 years ago)
- File:
-
- 1 edited
-
ipk/source/skins_tobayer01/CONTROL/postrm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source/skins_tobayer01/CONTROL/postrm
r23270 r23640 1 1 #!/bin/sh 2 2 3 plugin_short="tobayer01"4 plugin_type="skin"5 plugin_target="/var/usr/local/share/titan/skin"6 7 plugin_dir="$plugin_target/$plugin_short"8 plugin="$plugin_short $plugin_type"9 10 11 ### MAIN ###12 13 rm -rf $plugin_dir14 15 sync16 SPACE=`getfreespace $plugin_target`17 FREE=`expr $SPACE - 100`18 echo "New free space: ${FREE}kB"19 echo20 echo "Successfully removed $plugin."21 22 3 exit 0
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)