summarylogtreecommitdiffstats
path: root/radium.install
diff options
context:
space:
mode:
authorChristopher Arndt2023-08-08 00:03:39 +0200
committerChristopher Arndt2023-08-08 00:03:39 +0200
commitb6b05cabff4fdc0258ef73a8804a98db384a2430 (patch)
tree683d4f27d015f3dfe266b8993978e1c84f3872c0 /radium.install
downloadaur-b6b05cabff4fdc0258ef73a8804a98db384a2430.tar.gz
Add new VCS package radium-git
Diffstat (limited to 'radium.install')
-rw-r--r--radium.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/radium.install b/radium.install
new file mode 100644
index 000000000000..f39d031dd2e9
--- /dev/null
+++ b/radium.install
@@ -0,0 +1,11 @@
+### should create a symlink to ladspa in /opt/radium
+### to get rid off the errormessage
+
+post_install() {
+ ln -sf /usr/lib/ladspa /opt/radium/ladspa
+}
+
+pre_remove() {
+ rm /opt/radium/ladspa
+}
+