diff options
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/ins.sc | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/pkg/ins.sc b/pkg/ins.sc deleted file mode 100644 index c580d88..0000000 --- a/pkg/ins.sc +++ /dev/null @@ -1,31 +0,0 @@ -name tabsvsspaces -user romangraef -ver 1.0.0 - -func install { - mkdir -p /usr/share/tabsvsspaces - cp -rf * /usr/share/tabsvsspaces - ln -fs /usr/share/tabsvsspaces/main.py /usr/bin/tabsvsspaces -} - -func update { - &install -} - -func install_win { - &werror -} - -func update_win -{ - &install_win -} - -func remove_win { - &werror -} - -func werror { - @echo "Leider gibt es keinen Windows-Support." -} - |