summarylogtreecommitdiffstats
path: root/radium.install
diff options
context:
space:
mode:
authornyxkn2024-06-08 12:40:17 +0100
committernyxkn2024-06-08 12:40:17 +0100
commit64048c47cbbb8249cafc2bcb2b813854e0d5adb6 (patch)
tree6b9b81a7a55308b4b606e265bf8c805f0f4df3fa /radium.install
parent4b99345db8e9ecbe2d743a49783035aab7b8a811 (diff)
downloadaur-64048c47cbbb8249cafc2bcb2b813854e0d5adb6.tar.gz
fix build
Diffstat (limited to 'radium.install')
-rw-r--r--radium.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/radium.install b/radium.install
index f39d031dd2e9..9cf4f6312ab6 100644
--- a/radium.install
+++ b/radium.install
@@ -2,10 +2,10 @@
### to get rid off the errormessage
post_install() {
- ln -sf /usr/lib/ladspa /opt/radium/ladspa
+ ln -sf /usr/lib/ladspa /opt/radium/ladspa
}
pre_remove() {
- rm /opt/radium/ladspa
+ rm /opt/radium/ladspa
}