File: add-del-loadpath.patch

package info (click to toggle)
octave-vibes 0.2.0-10
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 292 kB
  • sloc: cpp: 1,033; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Add PKG_ADD and PKG_DEL files
Author: Rafael Laboissiere <rafael@debian.org>
Forwarded: not-needed
Last-Update: 2018-08-27

--- /dev/null
+++ b/inst/PKG_ADD
@@ -0,0 +1,1 @@
+addpath (fullfile (fileparts (mfilename ("fullpath")), "+vibes"));
--- /dev/null
+++ b/inst/PKG_DEL
@@ -0,0 +1,1 @@
+rmpath (fullfile (fileparts (mfilename ("fullpath")), "+vibes"));