Files
remaster/src/proj/ubuntu
2018-05-21 12:42:10 +02:00

11 lines
282 B
Bash
Executable File

#!/bin/bash
#remaster lib
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
####################################
##### Base Template U B U N T U ####
####################################
# . -> debian
source <LIBDIR>/proj/debian
project_relation="ubuntu $project_relation"