Merged helper scripts
[qcpufreq] / debian / postinst
index 5860e2a..1eaca11 100755 (executable)
@@ -8,13 +8,13 @@ set -e
 # update the sudoers file
 update-sudoers
 
-#HACK: make files executable
+#make files executable
 if [ -e /opt/usr/bin/QCPUFreq ]; then
        chmod a+x /opt/usr/bin/QCPUFreq
-       chmod a+x /opt/usr/bin/set_scalingmaxfreq
-       chmod a+x /opt/usr/bin/set_sr
 fi
-
+if [ -e /opt/usr/bin/QCPUFreq.helper ]; then
+       chmod a+x /opt/usr/bin/QCPUFreq.helper
+fi
 
 
 # dh_installdeb will replace this with shell code automatically