Import project from sourceforge.net

This commit is contained in:
Wanderlei Hüttel
2016-08-11 08:12:38 -03:00
commit 5a08594ac8
83 changed files with 27069 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/sh
#
# vchanger-launch-umount.sh ( vchanger v.1.0.1 ) 2015-06-03
#
# This script is used to run the vchanger-umount-uuid.sh script in
# another [background] process launched by the at command in order
# to prevent delays when invoked by a udev rule.
#
VCHANGER_UMOUNT=/usr/libexec/vchanger/vchanger-umount-uuid.sh
{
$VCHANGER_UMOUNT $1
} &