فهرست منبع

automatically update the TeX hash files to make sure the installed .enc files are immediately available

Ralf S. Engelschall 19 سال پیش
والد
کامیت
f7d9b1d064
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  1. 10 0
      lcdf-typetools/lcdf-typetools.spec

+ 10 - 0
lcdf-typetools/lcdf-typetools.spec

@@ -168,3 +168,13 @@ AutoReqProv:  no
 %clean
     rm -rf $RPM_BUILD_ROOT
 
+%post
+    #   update TeX hashes
+    $RPM_INSTALL_PREFIX/bin/texhash >/dev/null 2>&1 || true
+    exit 0
+
+%postun
+    #   update TeX hashes
+    $RPM_INSTALL_PREFIX/bin/texhash >/dev/null 2>&1 || true
+    exit 0
+