mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: 29847283ad
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-15 (Thu, 15 Dec 2016)
Origin message was:
------------------
- yWeb: move data from /src to /data
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
21 lines
612 B
PHP
21 lines
612 B
PHP
# ===========================================================
|
|
# yWeb SDK: Extention Unnstaller Include
|
|
# Extention Name: hddtools
|
|
# by yjogol
|
|
# -----------------------------------------------------------
|
|
# $Date: 2007-12-29 10:11:37 $
|
|
# $Revision: 1.1 $
|
|
# ===========================================================
|
|
|
|
yI_updatename="yWeb-Extension hddtools (08.01.2008)"
|
|
yI_Ext_Tag="hddtools"
|
|
yI_Ext_Version="1-0-1"
|
|
yI_uninstall_log="$y_path_tmp/uninstall_hddtools.log"
|
|
yI_uninstaller="hddtools_uninstall.inc"
|
|
|
|
uninstall()
|
|
{
|
|
rm $y_ywebover_dir/Y_Ext_hddtools.yhtm
|
|
rm $y_ywebover_dir/scripts/Y_Ext_hddtools.sh
|
|
}
|