initial ungit plugin commit
This commit is contained in:
12
source/ungit/install/doinst.sh
Normal file
12
source/ungit/install/doinst.sh
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
RC_SCRIPT="/etc/rc.d/rc.ungit"
|
||||
SD_RCFILE="/etc/rc.d/rc.local_shutdown"
|
||||
|
||||
# Update file permissions of scripts
|
||||
chmod +0755 $RC_SCRIPT
|
||||
|
||||
# add stop to shutdown script
|
||||
if ! grep "$RC_SCRIPT" $SD_RCFILE >/dev/null 2>&1
|
||||
then echo -e "\n[ -x $RC_SCRIPT ] && $RC_SCRIPT stop" >> $SD_RCFILE
|
||||
fi
|
||||
[ ! -x $SD_RCFILE ] && chmod u+x $SD_RCFILE
|
19
source/ungit/install/slack-desc
Normal file
19
source/ungit/install/slack-desc
Normal file
@ -0,0 +1,19 @@
|
||||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
ungit: unGit unRAID 6.1+ Plugin
|
||||
ungit:
|
||||
ungit: Ungit is to bring user friendliness to git without sacrificing
|
||||
ungit: versatility of git. Clean and intuitive UI that makes it easy to
|
||||
ungit: understand git.
|
||||
ungit:
|
||||
ungit: https://github.com/FredrikNoren/ungit-gerrit
|
||||
ungit:
|
||||
ungit: dmacias72/unRAID
|
||||
ungit: https://github.com/dmacias72/unRAID-plugins
|
||||
ungit:
|
Reference in New Issue
Block a user